File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,18 @@ steps:
5151 echo "Temp Path: $tempPath"
5252 Get-ChildItem -Path $tempPath -Filter *.cpuprofile | Copy-Item -Destination "$(Build.SourcesDirectory)/out/logs"
5353 displayName : ' Copy .cpuprofile files to out/logs'
54- condition : eq({{ parameters.isIntegration }}, true)
54+ condition : eq( $ {{ parameters.isIntegration }}, ' true' )
5555
5656- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
5757 - task : 1ES.PublishPipelineArtifact@1
58- condition : eq({{ parameters.isIntegration }}, true)
58+ condition : eq( $ {{ parameters.isIntegration }}, ' true' )
5959 displayName : ' Upload integration test logs'
6060 inputs :
6161 path : ' $(Build.SourcesDirectory)/out/logs'
6262 artifact : ' Test Logs ($(System.StageDisplayName)-$(Agent.JobName)-$(System.JobAttempt))'
6363- ${{ else }} :
6464 - task : PublishPipelineArtifact@1
65- condition : eq({{ parameters.isIntegration }}, true)
65+ condition : eq( $ {{ parameters.isIntegration }}, ' true' )
6666 displayName : ' Upload integration test logs'
6767 inputs :
6868 targetPath : ' $(Build.SourcesDirectory)/out/logs'
You can’t perform that action at this time.
0 commit comments