Skip to content

Commit c89bd28

Browse files
authored
Switch queue to demands to fix error (#1030)
1 parent fac8def commit c89bd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ stages:
122122
displayName: Sign Artifacts
123123
pool:
124124
name: NetCore1ESPool-Internal
125-
queue: ImageOverride -equals build.windows.10.amd64.vs2017
125+
demands: ImageOverride -equals build.windows.10.amd64.vs2017
126126

127127
variables:
128128
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

0 commit comments

Comments
 (0)