Skip to content

Commit 07f722d

Browse files
Fix the variable name in the condition for miscellaneous analysis CI (#14975)
1 parent 6d081db commit 07f722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/misc-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
condition: succeededOrFailed()
9191
workingDirectory: '$(repoPath)'
9292
93-
- ${{ if not(contains(variables['SYSTEM_COLLECTIONURI'],'mscodehub')) }}:
93+
- ${{ if not(contains(variables['SYSTEM.COLLECTIONURI'],'mscodehub')) }}:
9494
- pwsh: |
9595
Import-module ./build.psm1
9696
$path = Join-Path -Path $pwd -ChildPath './commonTestResults.xml'

0 commit comments

Comments
 (0)