We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a840d commit 1b3d302Copy full SHA for 1b3d302
1 file changed
azure-pipelines.yml
@@ -154,6 +154,7 @@ jobs:
154
SourceFolder: $(VCPKG_INSTALL_ROOT)\buildtrees
155
Contents: '**\*.log'
156
TargetFolder: '$(artifactsDir)\vcpkg'
157
+ condition: succeededOrFailed()
158
159
- task: CopyFiles@2
160
displayName: 'Copy specific build artifacts'
@@ -653,6 +654,7 @@ jobs:
653
654
655
656
657
658
659
660
displayName: Copy Fuzzing Artifacts for Publishing
0 commit comments