diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40dddf20da..f3b2cc0b9d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,7 +90,8 @@ jobs: printenv nuke --target CiAzureOSX --configuration Release - - powershell: Get-ChildItem -Path "$(Build.SourcesDirectory)\*" -Include *.binlog -Recurse | Copy-Item -Destination $(Build.SourcesDirectory)/artifacts/logs + - powershell: Get-ChildItem -Path "$(Build.SourcesDirectory)\*" -Include *.binlog -Recurse | Copy-Item -Destination $(Build.SourcesDirectory)/artifacts/logs + condition: not(canceled()) - task: PublishTestResults@2 inputs: