Skip to content

Commit

Permalink
Fix the variable usage in CI yaml (#14974)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Mar 8, 2021
1 parent 02bc4ae commit 6d081db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci/misc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
condition: succeededOrFailed()
workingDirectory: '$(repoPath)'
- ${{ if not(contains('SYSTEM_COLLECTIONURI','mscodehub')) }}:
- ${{ if not(contains(variables['SYSTEM_COLLECTIONURI'],'mscodehub')) }}:
- pwsh: |
Import-module ./build.psm1
$path = Join-Path -Path $pwd -ChildPath './commonTestResults.xml'
Expand Down

0 comments on commit 6d081db

Please sign in to comment.