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 ccdf317 commit 5051b3bCopy full SHA for 5051b3b
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: NetCore-Svc-Public
32
- demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
+ demands: ImageOverride -equals Windows.10.vs2019.amd64.Open
33
${{ if eq(variables['System.TeamProject'], 'internal') }}:
34
name: NetCore1ESPool-Svc-Internal
35
- demands: ImageOverride -equals build.windows.10.amd64.vs2019
+ demands: ImageOverride -equals Windows.10.vs2019.amd64
36
variables:
37
# needed for signing
38
- name: _TeamName
0 commit comments