aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-13 17:59:05 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-14 00:30:55 +0200
commit8d6f923e130fa2266bab5dcb799c5b5cd2f391d0 (patch)
treea781b15d835b889fa57e53b2e87263969f0cb653 /azure-pipelines.yml
parentf162a229f677a5f5b95dd36021d6203dc2f9b3d3 (diff)
downloadqpdf-8d6f923e130fa2266bab5dcb799c5b5cd2f391d0.tar.zst
Run make_dist from azure pipeline
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
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