Forum Discussion
girishbhangale
Jun 21, 2021Copper Contributor
Azure DevOps Release Pipelines have stopped not being able to download Artifacts
Our release pipelines stopped working as of this morning can no longer download Artifacts that were produced by the related build pipeline. The same build artifacts is gets download for other stage...
NotABlogger
Jun 29, 2021Copper Contributor
Hi, i had the same issue today. In my case the solution was deployed to a VM and i had to update the vsts agent running on the target machine.
In azure devops,Go to Pipelines -> Deployment groups. Click on the 3 dots in front of the name of the group and select "update targets".
Now go try the deployment again, it should work.
- RohanKarshikarJun 29, 2021Copper ContributorNotABlogger, thank you, had similar issue today, updating the agent version resolved this.
- SensahubJul 01, 2021Copper Contributor
NotABlogger Thanks - same issue today, your suggestion fixed it.