From 9fa44a3b3d70eeb251ac8a852a580fbf3ebe7ccc Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 06:29:05 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 560496d..1bbdbd9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,7 @@ steps: - task: PublishPipelineArtifact@1 inputs: - targetPath: '$(Pipeline.Workspace)' + # targetPath: '$(Pipeline.Workspace)' + targetPath: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz' artifact: 'FrontEnd' publishLocation: 'pipeline' \ No newline at end of file