From 92bcd2cf152e16b31cfb4445fe922a9323685641 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Sat, 12 Jan 2019 05:24:44 +0000 Subject: [PATCH] change to build artifact --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 33bf1b87..ea37c682 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -95,7 +95,7 @@ steps: artifactName: 'Test Reports' targetPath: '$(modulePath)/reports/' -- task: PublishPipelineArtifact@0 +- task: PublishBuildArtifacts@1 inputs: artifactName: 'Snap' - targetPath: '$(modulePath)/sshpiperd/snap/' + pathtoPublish: '$(modulePath)/sshpiperd/snap/'