aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2019-06-18 22:54:33 +0300
committerGitHub <noreply@github.com>2019-06-18 22:54:33 +0300
commit7b841fb11cb43e17ed67f30252d0526f62fef049 (patch)
tree807a2e04f51a0bb03b8762f1c3fffb9161336b8c
parentca8c68841349564d421f5a2d1c7cb4d92049e1ab (diff)
downloadportablepython-7b841fb11cb43e17ed67f30252d0526f62fef049.tar.gz
portablepython-7b841fb11cb43e17ed67f30252d0526f62fef049.zip
Update azure-pipelines.yml
-rw-r--r--azure-pipelines.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a140598..004695c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,3 +16,14 @@ strategy:
steps:
- powershell: .\download.ps1
displayName: 'Run the build'
+
+- task: ArchiveFiles@2
+ inputs:
+ rootFolderOrFile: 'Python-$(PYVERSION)-$(PYARCH)'
+ archiveType: 'zip'
+ archiveFile: '$(Build.ArtifactStagingDirectory)/Python-$(PYVERSION)-$(PYARCH).zip'
+
+- task: PublishBuildArtifacts@1
+ inputs:
+ pathtoPublish: '$(Build.ArtifactStagingDirectory)'
+ artifactName: drop