Skip to content

Commit

Permalink
fix: azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 1, 2020
1 parent 752ac61 commit e23d26e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 2.5.$(Rev:r)
name: 2.6.$(Rev:r)

trigger:
- dev
Expand Down Expand Up @@ -77,7 +77,7 @@ stages:

- job: testCypress
displayName: Cypress E2E Tests
dependsOn: linuxBuild
dependsOn: buildLinux
strategy:
maxParallel: 5
matrix:
Expand Down Expand Up @@ -114,7 +114,7 @@ stages:

- job: buildWindows
displayName: Windows Build
dependsOn: linuxBuild
dependsOn: buildLinux
pool:
name: Azure Pipelines
vmImage: windows-latest
Expand Down

0 comments on commit e23d26e

Please sign in to comment.