From 1a63b28820b73a4ca82be083784f6437fe7ac1ef Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sun, 13 Oct 2019 10:09:51 -0400 Subject: [PATCH] Add missing artifact name --- Power/Service/deploy/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Power/Service/deploy/azure-pipelines.yml b/Power/Service/deploy/azure-pipelines.yml index 8c69427..728fe81 100644 --- a/Power/Service/deploy/azure-pipelines.yml +++ b/Power/Service/deploy/azure-pipelines.yml @@ -50,6 +50,7 @@ stages: steps: - task: DownloadBuildArtifacts@0 inputs: + artifactName: 'Manifest' buildType: 'current' downloadType: 'single' downloadPath: '$(System.ArtifactsDirectory)'