Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To retrieve an artifact that was uploaded but not published using the ADO pipeline, you can use the "Download Pipeline Artifact" task.

Here are the steps to follow:

  1. In your pipeline, add a new step and search for "Download Pipeline Artifact."

  2. Configure the "Download Pipeline Artifact" task by specifying the name of the artifact that was uploaded and the version you want to retrieve.

  3. If the artifact was uploaded from a different pipeline, specify the name of the source pipeline and the name of the source job.

  4. Choose the destination directory where the artifact should be downloaded.

  5. Save and run the pipeline.

The "Download Pipeline Artifact" task will retrieve the artifact from the specified source and version and download it to the destination directory. This way, you can access artifacts that were uploaded but not published.