rename windows jobs

to be consistent with macOS
This commit is contained in:
Amin Yahyaabadi 2020-09-11 14:21:39 -05:00
parent 96480ea5b9
commit 82abb4ded2
3 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ jobs:
dependsOn:
- GetReleaseVersion
- Windows
- Windows_test
- Linux
- macOS_tests

View File

@ -1,5 +1,5 @@
jobs:
- job: Windows
- job: Windows_build
dependsOn: GetReleaseVersion
timeoutInMinutes: 180
strategy:
@ -71,8 +71,8 @@ jobs:
fileDir: $(Build.SourcesDirectory)/out
condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))
- job: Windows_RendererTests
dependsOn: Windows
- job: Windows_tests
dependsOn: Windows_build
timeoutInMinutes: 180
strategy:
maxParallel: 2

View File

@ -19,7 +19,7 @@ jobs:
dependsOn:
- GetReleaseVersion
- Windows
- Windows_tests
- Linux
- macOS_tests