Skip to content

Commit d14046d

Browse files
authored
yml
1 parent d5d85fd commit d14046d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
mergeTestResults: true
4747
testRunTitle: $(System.StageDisplayName) $(Agent.JobName) (Attempt $(System.JobAttempt))
4848

49-
- ${{ if parameters.isIntegration }}:
49+
- ${{ if eq(parameters.isIntegration, true) }}:
5050
- powershell: |
5151
$tempPath = [System.IO.Path]::GetTempPath()
5252
echo "Temp Path: $tempPath"

0 commit comments

Comments
 (0)