Commit e23d26e6 authored by NGPixel's avatar NGPixel

fix: azure-pipelines.yml

parent 752ac61b
name: 2.5.$(Rev:r) name: 2.6.$(Rev:r)
trigger: trigger:
- dev - dev
...@@ -77,7 +77,7 @@ stages: ...@@ -77,7 +77,7 @@ stages:
- job: testCypress - job: testCypress
displayName: Cypress E2E Tests displayName: Cypress E2E Tests
dependsOn: linuxBuild dependsOn: buildLinux
strategy: strategy:
maxParallel: 5 maxParallel: 5
matrix: matrix:
...@@ -114,7 +114,7 @@ stages: ...@@ -114,7 +114,7 @@ stages:
- job: buildWindows - job: buildWindows
displayName: Windows Build displayName: Windows Build
dependsOn: linuxBuild dependsOn: buildLinux
pool: pool:
name: Azure Pipelines name: Azure Pipelines
vmImage: windows-latest vmImage: windows-latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment