Skip to content

Commit 1b3d302

Browse files
committed
Fix copying logs
1 parent a6a840d commit 1b3d302

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
SourceFolder: $(VCPKG_INSTALL_ROOT)\buildtrees
155155
Contents: '**\*.log'
156156
TargetFolder: '$(artifactsDir)\vcpkg'
157+
condition: succeededOrFailed()
157158

158159
- task: CopyFiles@2
159160
displayName: 'Copy specific build artifacts'
@@ -653,6 +654,7 @@ jobs:
653654
SourceFolder: $(VCPKG_INSTALL_ROOT)\buildtrees
654655
Contents: '**\*.log'
655656
TargetFolder: '$(artifactsDir)\vcpkg'
657+
condition: succeededOrFailed()
656658

657659
- task: CopyFiles@2
658660
displayName: Copy Fuzzing Artifacts for Publishing

0 commit comments

Comments
 (0)