From faa21d15ae8e8d74d65f016a287312471bb5e9db Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 15 Oct 2018 22:31:48 +0100 Subject: [PATCH] Don't try to publish logs from fork --- ci/azure-steps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 4cb6ac8ba..5c4a05890 100644 --- a/ci/azure-steps.yml +++ b/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