Skip to content

Commit bc6ab0f

Browse files
Upload logs
1 parent 385ea90 commit bc6ab0f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build/ci/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
}
6969
displayName: Copy SignList.xml to output
7070
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()
71+
- task: PublishPipelineArtifact@1
72+
displayName: Upload logs
73+
inputs:
74+
artifactName: output-${{ parameters.name }}
75+
targetPath: ${{ parameters.artifactsPath }}
76+
condition: always()

0 commit comments

Comments
 (0)