From f86275e77d611f9ed6c64bfe41e5e9a20b28bbf1 Mon Sep 17 00:00:00 2001 From: Mole Date: Mon, 22 Mar 2021 11:08:25 +0100 Subject: [PATCH] Fix dependsOn --- build/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 1a0e76863a..ddce010cbf 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -130,7 +130,7 @@ stages: inputs: command: build projects: '**/Umbraco.Web.UI.Netcore.csproj' - - job: Windows_Install_client + - job: Windows_Install_Client displayName: Windows Install Client dependsOn: Windows_Dotnet_build pool: @@ -177,8 +177,8 @@ stages: - job: Windows_Run_Tests displayName: Windows Run Acceptance Tests dependsOn: - - Install_client - - Install_Cypress + - Windows_Install_Client + - Windows_Install_Cypress pool: vmImage: windows-latest steps: