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: