From 56ab18b90d019aa95186d13a062f2ed6ad95e3da Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 28 Jan 2020 14:20:36 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45dfbdc..b2fc986 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,14 @@ steps: **/**.pdb **/**.dll +- task: ArchiveFiles@2 + inputs: + rootFolderOrFile: '$(Build.Repository.LocalPath)' + includeRootFolder: true + archiveType: 'zip' + archiveFile: '$(outputDirectory)/Source-$(Build.SourceVersion).zip' + replaceExistingArchive: true + - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(outputDirectory)'