From 424523c5f077ef88ba2c3fba08069716cd42ff79 Mon Sep 17 00:00:00 2001 From: HussainsGitHub <85938019+HussainsGitHub@users.noreply.github.com> Date: Wed, 24 Aug 2022 17:19:54 +0100 Subject: [PATCH] DASD-9683 - Added includeRootFolder input and set it to false for Archive v1 webjob --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a985cac452..3eaba30c66 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -181,6 +181,7 @@ stages: - task: ArchiveFiles@2 displayName: 'Archive v1 Webjob' inputs: + includeRootFolder: false rootFolderOrFile: '$(build.artifactstagingdirectory)/v1-webjob' archiveFile: '$(Build.ArtifactStagingDirectory)/publish/SFA.DAS.Commitments.Host.WebJob.zip'