Merge branch 'v11/contrib' into v11/codespaces-prebuild-dev-cert

This commit is contained in:
Warren Buckley
2022-11-15 10:19:39 +00:00
committed by GitHub

View File

@@ -37,6 +37,23 @@
// This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done
"updateContentCommand": "dotnet build umbraco.sln && dotnet dev-certs https --trust",
"portsAttributes": {
"5000": {
"label": "SMTP4Dev",
"protocol": "http",
"onAutoForward": "notify"
},
"9000": {
"label": "Umbraco HTTP",
"protocol": "http",
"onAutoForward": "notify"
},
"44331": {
"label": "Umbraco HTTPS",
"protocol": "https",
"onAutoForward": "notify"
}
}
// [Optional] To reuse of your local HTTPS dev cert:
//