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 aa4b94c commit 578b831Copy full SHA for 578b831
azure-pipelines.yml
@@ -44,7 +44,7 @@ stages:
44
imageName: 'windows-2019'
45
testModifier:
46
variables:
47
- - ${{ if eq(variables['System.TeamFoundationCollectionUri '], 'https://dev.azure.com/andrewarnott/') }}:
+ - ${{ if eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/') }}:
48
- group: dotnetfoundation code signing
49
pool:
50
vmImage: $(imageName)
0 commit comments