You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
I am facing this issue, whenever I finish the build stage. Once it's going to the next stage which is staging one, I am facing a failure in the following task
- task: DownloadBuildArtifacts@0 with error ##[error]Could not find any pipeline artifacts in the build.
Could you please let me know if this is a common issue and if there is any way to solve?
I am facing this issue, whenever I finish the build stage. Once it's going to the next stage which is staging one, I am facing a failure in the following task
- task: DownloadBuildArtifacts@0with error
##[error]Could not find any pipeline artifacts in the build.Could you please let me know if this is a common issue and if there is any way to solve?
Thank you