microsoft / azure-pipelines-yaml

Azure Pipelines YAML examples, templates, and community interaction
MIT License
1.19k stars 926 forks source link

Add a comment with a sample download task. #550

Open DR486 opened 2 years ago

DR486 commented 2 years ago

After trying to use this yml file (with appropriately altered variables) my pipeline kept failing on the Deploy stage because the artifact was not present in provided path: image image

I verified that the artifact was available for download and that the path matched what was in the template: image image

The only thing that seemed to resolve this issue was adding in a download task (as shown in the yml file comment I added).