-1

I have tried to push the image repo to IIS server. i have set the image folder in path to publish in publish Artifact. The build pipelines run sucessfully without any issues. But in release pipeline, got a error "2022-01-03T05:02:47.5647566Z ##[error]Error: No package found with specified pattern.
Check if the package mentioned in the task is published as an artifact in the build or a previous stage and downloaded in the current job."
Here i have attached the build artifact images and release pipelines images. Plese let me know the solution for this issue.

image 1

image 2

image 3

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Oviya
  • 19
  • 1
  • 5

1 Answers1

-1

I've been through this, I found this answer

Builds section and edit it.

At the very end of the .yaml file you need to add an additional line.

  • task: PublishBuildArtifacts@1