Merge pull request #19180 from atom/ns/tighten-crash-upload-condition

Use a simpler condition to determine whether to publish crash reports
This commit is contained in:
Nathan Sobo 2019-04-18 17:25:14 -06:00 committed by GitHub
commit cbd4641fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ jobs:
PathtoPublish: $(Build.ArtifactStagingDirectory)/crash-reports
ArtifactName: crash-reports
displayName: Publish crash reports on non-release branch
condition: and(failed(), eq(variables['IsReleaseBranch'], 'false'))
condition: and(failed(), eq(variables['ATOM_RELEASES_S3_KEY'], ''))
- task: PublishBuildArtifacts@1
inputs: