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: dependsOn:
- GetReleaseVersion - GetReleaseVersion
- Windows - Windows_test
- Linux - Linux
- macOS_tests - macOS_tests

View File

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

View File

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