From 6fe671a5e885b12031d5f99d7654c48e58cb6abf Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Mon, 6 Apr 2020 18:38:38 -0700 Subject: [PATCH] CI: Prevent Azure from publishing empty files --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f551f07c9e..1a43b3ccd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,6 +41,7 @@ jobs: displayName: Docker setup and build - publish: $(Build.ArtifactStagingDirectory) + condition: eq(variables['COMPILER'], 'gcc') - job: Windows_Build variables: