Trying Codespace prebuilds to use updateContentCommand that the docs refer to

This commit is contained in:
Warren Buckley
2022-11-14 15:11:15 +00:00
parent f5ff3e87d2
commit a4f8a51c57

View File

@@ -34,9 +34,9 @@
// Use 'forwardPorts' to make a list of ports inside the container available locallAdd "forwardPorts": [9000, 5000, 25], // Use 'forwardPorts' to make a list of ports inside the container available locallAdd "forwardPorts": [9000, 5000, 25],
// Use OnCreateCommand to run commands after the container is created
// This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done // This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done
"onCreateCommand": "dotnet build umbraco.sln", "updateContentCommand": "dotnet build umbraco.sln",
// [Optional] To reuse of your local HTTPS dev cert: // [Optional] To reuse of your local HTTPS dev cert:
// //