From 7b841fb11cb43e17ed67f30252d0526f62fef049 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 18 Jun 2019 22:54:33 +0300 Subject: Update azure-pipelines.yml --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3