From b4b5f211f32746686c730a613c04ff1de4be4038 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 24 Mar 2021 06:24:08 +0100 Subject: [PATCH] Add Linux acceptance tests - Trial 17 --- build/azure-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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'