diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 73546bc404..6f015aba5b 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -244,11 +244,10 @@ stages: gulpFile: src/Umbraco.Web.UI.Client/gulpfile.js targets: build workingDirectory: src/Umbraco.Web.UI.Client - - powershell: Start-Process -FilePath "dotnet" -ArgumentList "run", "-p", "src/Umbraco.Web.UI.Netcore/Umbraco.Web.UI.Netcore.csproj" - displayName: dotnet run (Netcore) - # - powershell: dotnet run --no-build -p ./src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj - # displayName: dotnet run (Netcore) - + - task: Bash@3 + inputs: + targetType: 'inline' + script: 'dotnet run -p ./src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj &' - task: Bash@3 inputs: targetType: 'inline'