Skip to content

Commit

Permalink
Fix the variable name in the condition for miscellaneous analysis CI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Mar 9, 2021
1 parent 6d081db commit 07f722d
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(variables['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 07f722d

Please sign in to comment.