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.
1 parent 95c686b commit 640c26fCopy full SHA for 640c26f
.vsts-pipelines/templates/default-build.yml
@@ -81,8 +81,8 @@ jobs:
81
vmImage: vs2017-win2016
82
${{ if ne(variables['System.TeamProject'], 'public') }}:
83
# This override makes the specified vmImage irrelevant.
84
- name: NetCoreInternal-Pool
85
- queue: BuildPool.Server.Amd64.VS2019
+ name: NetCore1ESPool-Internal
+ demands: ImageOverride -equals Build.Server.Amd64.VS2019
86
variables:
87
AgentOsName: ${{ parameters.agentOs }}
88
ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
0 commit comments