Skip to content

Commit 640c26f

Browse files
authored
Migrate to 1ES hosted pools (#143)
1 parent 95c686b commit 640c26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts-pipelines/templates/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
vmImage: vs2017-win2016
8282
${{ if ne(variables['System.TeamProject'], 'public') }}:
8383
# This override makes the specified vmImage irrelevant.
84-
name: NetCoreInternal-Pool
85-
queue: BuildPool.Server.Amd64.VS2019
84+
name: NetCore1ESPool-Internal
85+
demands: ImageOverride -equals Build.Server.Amd64.VS2019
8686
variables:
8787
AgentOsName: ${{ parameters.agentOs }}
8888
ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)