From 9fc9aa1b4554dea1dfeabff515d09626355f88c0 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 28 Jan 2020 14:35:06 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b2fc986..e2e6db9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ steps: - task: ArchiveFiles@2 inputs: rootFolderOrFile: '$(Build.Repository.LocalPath)' - includeRootFolder: true + includeRootFolder: false archiveType: 'zip' archiveFile: '$(outputDirectory)/Source-$(Build.SourceVersion).zip' replaceExistingArchive: true