From 8d6f923e130fa2266bab5dcb799c5b5cd2f391d0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 13 Oct 2018 11:59:05 -0400 Subject: Run make_dist from azure pipeline --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31881ecc..963ef92b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,12 @@ jobs: artifactName: distfiles displayName: 'Upload extra distribution files' condition: eq(variables['System.PullRequest.IsFork'], 'False') + - task: PublishBuildArtifacts@1 + inputs: + pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution' + artifactName: distribution + displayName: 'Upload source distribution' + condition: eq(variables['System.PullRequest.IsFork'], 'False') - job: Windows pool: vmImage: vs2017-win2016 -- cgit v1.2.3-70-g09d2