Skip to content

Commit 383d2f8

Browse files
authored
Update TestAsTool builds to use 1ES pools (#39308)
2 parents 2045f7c + 5ec7866 commit 383d2f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,11 @@ stages:
122122
agentOs: Windows_NT_TestAsTools
123123
pool:
124124
${{ if eq(variables['System.TeamProject'], 'public') }}:
125-
vmImage: 'windows-2019'
125+
name: $(DncEngPublicBuildPool)
126+
demands: ImageOverride -equals 1es-windows-2022-open
126127
${{ if ne(variables['System.TeamProject'], 'public') }}:
127128
name: $(DncEngInternalBuildPool)
128-
demands: ImageOverride -equals windows.vs2019.amd64
129+
demands: ImageOverride -equals 1es-windows-2022
129130
strategy:
130131
matrix:
131132
Build_Debug:

0 commit comments

Comments
 (0)