Update port

This commit is contained in:
Bjarke Berg
2021-03-22 10:14:45 +01:00
parent 7ce2bc4a56
commit b2a62c83bb
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ stages:
inputs:
scriptType: inlineScript
inlineScript: >
Start-Process -FilePath "dotnet" -ArgumentList "run", "src\Umbraco.Web.UI.Netcore\Umbraco.Web.UI.Netcore.csproj"
Start-Process -FilePath "dotnet" -ArgumentList "run", "-p", "src\Umbraco.Web.UI.Netcore\Umbraco.Web.UI.Netcore.csproj"
- task: PowerShell@1
displayName: whatever
inputs:

View File

@@ -20,7 +20,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:44354;http://localhost:9000"
"applicationUrl": "https://localhost:44331;http://localhost:9000"
}
}
}