@@ -94,17 +94,17 @@ jobs:
9494 vmImage : ubuntu-18.04
9595 ${{ if eq(parameters.agentOs, 'Windows') }} :
9696 ${{ if eq(variables['System.TeamProject'], 'public') }} :
97- name : NetCorePublic-Pool
97+ name : NetCore1ESPool-Svc-Public
9898 ${{ if ne(parameters.isTestingJob, true) }} :
9999 # Visual Studio Build Tools
100- queue : BuildPool .Server.Amd64.VS2019.BT.Open
100+ demands : ImageOverride -equals Build .Server.Amd64.VS2019.BT.Open
101101 ${{ if eq(parameters.isTestingJob, true) }} :
102102 # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
103- queue : BuildPool .Server.Amd64.VS2019.Open
103+ demands : ImageOverride -equals Build .Server.Amd64.VS2019.Open
104104 ${{ if eq(variables['System.TeamProject'], 'internal') }} :
105- name : NetCoreInternal-Pool
105+ name : NetCore1ESPool-Svc-Internal
106106 # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
107- queue : BuildPool .Server.Amd64.VS2019
107+ demands : ImageOverride -equals Build .Server.Amd64.VS2019
108108 variables :
109109 - AgentOsName : ${{ parameters.agentOs }}
110110 - ASPNETCORE_TEST_LOG_MAXPATH : " 200" # Keep test log file name length low enough for artifact zipping
0 commit comments