Skip to content

Commit 3bb6c16

Browse files
committed
test on vs2017-win2016
Test the Atom that is built on windows-2019 on the older windows
1 parent 9b03967 commit 3bb6c16

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

script/vsts/platforms/windows.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
dir: $(Build.SourcesDirectory)/out
7272
condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))
7373

74-
- job: Windows_RendererTests
74+
- job: Windows_Tests
7575
displayName: Windows
7676
dependsOn: Windows_build
7777
timeoutInMinutes: 180
@@ -82,13 +82,20 @@ jobs:
8282
RunCoreMainTests: false
8383
RunCoreRendererTests: 1
8484
buildArch: x64
85+
os: windows-2019
8586
x64_Renderer_Test2:
8687
RunCoreMainTests: false
8788
RunCoreRendererTests: 2
8889
buildArch: x64
90+
os: windows-2019
91+
2016_Main_Test:
92+
RunCoreMainTests: true
93+
RunCoreRendererTests: false
94+
buildArch: x64
95+
os: vs2017-win2016
8996

9097
pool:
91-
vmImage: windows-2019
98+
vmImage: $(os)
9299

93100
variables:
94101
AppName: $[ dependencies.GetReleaseVersion.outputs['Version.AppName'] ]
@@ -120,5 +127,5 @@ jobs:
120127
artifacts:
121128
- atom$(FileID)-windows.zip
122129

123-
# Core renderer tests
130+
# tests
124131
- template: templates/test.yml

0 commit comments

Comments
 (0)