File tree Expand file tree Collapse file tree 6 files changed +9
-2
lines changed Expand file tree Collapse file tree 6 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ stages:
6161 name : SHINE-INT-L
6262 ${{ else }} :
6363 name : SHINE-OSS-L
64+ image : SHINE-VS17-Latest-2022
6465 buildPlatforms : [x64]
6566 buildConfigurations : [AuditMode]
6667 buildEverything : true
@@ -78,6 +79,7 @@ stages:
7879 name : SHINE-INT-L
7980 ${{ else }} :
8081 name : SHINE-OSS-L
82+ image : SHINE-VS17-Latest-2022
8183 buildPlatforms :
8284 - ${{ platform }}
8385 buildConfigurations : [Release]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ stages:
5959 name : SHINE-INT-L
6060 ${{ else }} :
6161 name : SHINE-OSS-L
62+ image : SHINE-VS17-Latest-2022
6263 buildPlatforms : [x64]
6364 buildConfigurations : [AuditMode]
6465 buildEverything : true
@@ -82,6 +83,7 @@ stages:
8283 name : SHINE-INT-L
8384 ${{ else }} :
8485 name : SHINE-OSS-L
86+ image : SHINE-VS17-Latest-2022
8587 buildPlatforms :
8688 - ${{ platform }}
8789 buildConfigurations : [Release]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ parameters:
2323 default : true
2424
2525pool :
26- vmImage : windows-2019
26+ vmImage : windows-latest
2727
2828resources :
2929 repositories :
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ stages:
3131 - template : ./templates-v2/job-build-project.yml
3232 parameters :
3333 pool : # This only runs in CI
34- name : SHINE-OSS-L
34+ name : SHINE-OSS-L
35+ image : SHINE-VS17-Latest-2022
3536 buildPlatforms : [x64]
3637 buildConfigurations : [Release]
3738 buildEverything : true
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ stages:
2828 name : SHINE-INT-L
2929 ${{ else }} :
3030 name : SHINE-OSS-L
31+ image : SHINE-VS17-Latest-2022
3132 buildPlatforms : [x64]
3233 buildConfigurations : [Fuzzing]
3334 buildEverything : true
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ stages:
4444 name : SHINE-INT-L
4545 ${{ else }} :
4646 name : SHINE-OSS-L
47+ image : SHINE-VS17-Latest-2022
4748 branding : ${{ parameters.branding }}
4849 buildPlatforms : ${{ parameters.buildPlatforms }}
4950 buildConfigurations : [Release]
You can’t perform that action at this time.
0 commit comments