浏览代码

fix: azure-pipelines.yml

NGPixel 4 年之前
父节点
当前提交
e23d26e6b7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      azure-pipelines.yml

+ 3 - 3
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