We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2045f7c + 5ec7866 commit 383d2f8Copy full SHA for 383d2f8
.vsts-ci.yml
@@ -122,10 +122,11 @@ stages:
122
agentOs: Windows_NT_TestAsTools
123
pool:
124
${{ if eq(variables['System.TeamProject'], 'public') }}:
125
- vmImage: 'windows-2019'
+ name: $(DncEngPublicBuildPool)
126
+ demands: ImageOverride -equals 1es-windows-2022-open
127
${{ if ne(variables['System.TeamProject'], 'public') }}:
128
name: $(DncEngInternalBuildPool)
- demands: ImageOverride -equals windows.vs2019.amd64
129
+ demands: ImageOverride -equals 1es-windows-2022
130
strategy:
131
matrix:
132
Build_Debug:
0 commit comments