diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index cf06852531..38583852d4 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -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: diff --git a/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json b/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json index b16945dcb0..4edb56f7fa 100644 --- a/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json +++ b/src/Umbraco.Web.UI.NetCore/Properties/launchSettings.json @@ -20,7 +20,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:44354;http://localhost:9000" + "applicationUrl": "https://localhost:44331;http://localhost:9000" } } }