From e23d26e6b70762d3f2cf7b5f40caba6b36ec4eb4 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 30 Sep 2020 23:46:03 -0400 Subject: [PATCH] fix: azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 721da6c6e8..780155a094 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,4 @@ -name: 2.5.$(Rev:r) +name: 2.6.$(Rev:r) trigger: - dev @@ -77,7 +77,7 @@ stages: - job: testCypress displayName: Cypress E2E Tests - dependsOn: linuxBuild + dependsOn: buildLinux strategy: maxParallel: 5 matrix: @@ -114,7 +114,7 @@ stages: - job: buildWindows displayName: Windows Build - dependsOn: linuxBuild + dependsOn: buildLinux pool: name: Azure Pipelines vmImage: windows-latest