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 e35d7b5 commit 3bc238dCopy full SHA for 3bc238d
azure-pipelines/test.yml
@@ -48,6 +48,8 @@ steps:
48
49
- powershell: |
50
Write-Host "##vso[task.setvariable variable=isIntegrationVar;]${{ parameters.isIntegration }}"
51
+ displayName: 'Set IsIntegration Variable'
52
+ condition: succeededOrFailed()
53
54
55
$tempPath = [System.IO.Path]::GetTempPath()
0 commit comments