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.
Asked
Active
Viewed 941 times
-1

Daniel Mann
- 57,011
- 13
- 100
- 120

Oviya
- 19
- 1
- 5
-
Would you please share the full debug log for the release pipeline? So that we could check it. – Leo Liu Jan 03 '22 at 06:59
-
1Don't post screenshots of error messages. Post the actual error messages. Your screenshots are unreadable. – Daniel Mann Jan 05 '22 at 20:28
1 Answers
-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

Hugo Marcos
- 1
- 2
-
This does not answer the question. They are clearly not using YAML pipelines. – Daniel Mann Jan 05 '22 at 20:27