diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2019-06-18 22:54:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-18 22:54:33 +0300 |
| commit | 7b841fb11cb43e17ed67f30252d0526f62fef049 (patch) | |
| tree | 807a2e04f51a0bb03b8762f1c3fffb9161336b8c | |
| parent | ca8c68841349564d421f5a2d1c7cb4d92049e1ab (diff) | |
| download | portablepython-7b841fb11cb43e17ed67f30252d0526f62fef049.tar.gz portablepython-7b841fb11cb43e17ed67f30252d0526f62fef049.zip | |
Update azure-pipelines.yml
| -rw-r--r-- | azure-pipelines.yml | 11 |
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 |
