From d3d992fa3cb53182545224bf6ee6e0f2027ecb75 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 05:56:01 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines second shot --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 993c3e2..81a478f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,8 +32,8 @@ steps: replaceExistingArchive: true verbose: true -- task: PublishPipelineArtifact@1 +- task: PublishBuildArtifacts@1 inputs: - targetPath: '$(Build.ArtifactStagingDirectory)' - artifact: 'target-www.tar.gz' - publishLocation: 'pipeline' \ No newline at end of file + PathtoPublish: '$(Build.ArtifactStagingDirectory)' + ArtifactName: 'Front' + publishLocation: 'Container' \ No newline at end of file