File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 73
73
"Win2022" : {
74
74
"Pool" : " env:WINDOWSPOOL" ,
75
75
"OSVmImage" : " env:WINDOWSVMIMAGE" ,
76
- "CMAKE_GENERATOR" : " Visual Studio 17 2022"
76
+ "CMAKE_GENERATOR" : " Visual Studio 17 2022" ,
77
+ // Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed
78
+ "1ES.ImageVersionOverride" : " 147.0.0"
77
79
}
78
80
},
79
81
"BuildConfig" : {
115
117
"Pool" : " env:WINDOWSPOOL" ,
116
118
"OSVmImage" : " env:WINDOWSVMIMAGE" ,
117
119
"CMAKE_GENERATOR" : " Visual Studio 17 2022" ,
120
+ // Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed
121
+ "1ES.ImageVersionOverride" : " 147.0.0" ,
118
122
"RunProxyTests" : true
119
123
}
120
124
},
You can’t perform that action at this time.
0 commit comments