Skip to content

Commit 578b831

Browse files
committed
whitespace fix
1 parent aa4b94c commit 578b831

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
@@ -44,7 +44,7 @@ stages:
4444
imageName: 'windows-2019'
4545
testModifier:
4646
variables:
47-
- ${{ if eq(variables['System.TeamFoundationCollectionUri '], 'https://dev.azure.com/andrewarnott/') }}:
47+
- ${{ if eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/') }}:
4848
- group: dotnetfoundation code signing
4949
pool:
5050
vmImage: $(imageName)

0 commit comments

Comments
 (0)