From cd6f331be18e6c7dc831769e066bda91e3795ccf Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 05:00:27 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Fixed location of www i hope --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f0ea7e..4984cfd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ steps: # Compress files into .7z, .tar.gz, or .zip - task: ArchiveFiles@2 inputs: - rootFolderOrFile: '$(Build.BinariesDirectory)/www' + rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/www' # includeRootFolder: true archiveType: 'tar' # Options: zip, 7z, tar, wim tarCompression: 'gz' # Optional. Options: gz, bz2, xz, none