We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d85fd commit d14046dCopy full SHA for d14046d
azure-pipelines/test.yml
@@ -46,7 +46,7 @@ steps:
46
mergeTestResults: true
47
testRunTitle: $(System.StageDisplayName) $(Agent.JobName) (Attempt $(System.JobAttempt))
48
49
-- ${{ if parameters.isIntegration }}:
+- ${{ if eq(parameters.isIntegration, true) }}:
50
- powershell: |
51
$tempPath = [System.IO.Path]::GetTempPath()
52
echo "Temp Path: $tempPath"
0 commit comments