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 6929b98 commit 85c15a7Copy full SHA for 85c15a7
eng/pipeline.yml
@@ -29,10 +29,10 @@ jobs:
29
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
30
${{ if eq(variables['System.TeamProject'], 'public') }}:
31
name: NetCorePublic-Pool
32
- queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
+ queue: BuildPool.Windows.10.Amd64.VS2019.Open
33
${{ if eq(variables['System.TeamProject'], 'internal') }}:
34
name: NetCoreInternal-Pool
35
- queue: buildpool.windows.10.amd64.vs2019.pre
+ queue: buildpool.windows.10.amd64.vs2019
36
variables:
37
# needed for signing
38
- name: _TeamName
0 commit comments