Don't try to publish logs from fork

pull/4379/head
Jon Turney 6 years ago committed by Nirbheek Chauhan
parent 9e968e91c0
commit faa21d15ae
  1. 2
      ci/azure-steps.yml

@ -87,6 +87,8 @@ steps:
- task: PublishBuildArtifacts@1
inputs:
artifactName: $(System.JobName)
# publishing artifacts from PRs from a fork is currently blocked
condition: eq(variables['system.pullrequest.isfork'], false)
- powershell: |
# after publishing test results, even if some failed

Loading…
Cancel
Save