Add missing artifact name

This commit is contained in:
2019-10-13 10:09:51 -04:00
parent f5d01327bf
commit 1a63b28820

View File

@@ -50,6 +50,7 @@ stages:
steps:
- task: DownloadBuildArtifacts@0
inputs:
artifactName: 'Manifest'
buildType: 'current'
downloadType: 'single'
downloadPath: '$(System.ArtifactsDirectory)'