From 5fbacaf3c5133edbe3a7a2edfb1b06c56668ed06 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 24 Mar 2021 06:52:28 +0100 Subject: [PATCH] Add Linux acceptance tests - Trial 18 --- build/azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 6f015aba5b..8c17ca2516 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -245,10 +245,12 @@ stages: targets: build workingDirectory: src/Umbraco.Web.UI.Client - task: Bash@3 + displayName: dotnet run (Netcore) inputs: targetType: 'inline' - script: 'dotnet run -p ./src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj &' + script: 'nohup dotnet run -p ./src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj &' - task: Bash@3 + displayName: Generate Cypress.env.json inputs: targetType: 'inline' script: 'echo ''{ "username": "$Umbraco__CMS__Unattended__UnattendedUserEmail", "password": "$Umbraco__CMS__Unattended__UnattendedUserPassword" }'' > ''src/Umbraco.Tests.AcceptanceTest/cypress.env.json'''