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 385ea90 commit bc6ab0fCopy full SHA for bc6ab0f
build/ci/build.yml
@@ -68,10 +68,9 @@ jobs:
68
}
69
displayName: Copy SignList.xml to output
70
71
- - ${{ if ne(parameters.use1ESTemplate, true) }}:
72
- - task: PublishPipelineArtifact@1
73
- displayName: Upload logs
74
- inputs:
75
- artifactName: output-${{ parameters.name }}
76
- targetPath: ${{ parameters.artifactsPath }}
77
- condition: always()
+ - task: PublishPipelineArtifact@1
+ displayName: Upload logs
+ inputs:
+ artifactName: output-${{ parameters.name }}
+ targetPath: ${{ parameters.artifactsPath }}
+ condition: always()
0 commit comments