Forum Discussion
juliensl
Feb 14, 2022Copper Contributor
This is a scheduled windows-2016 brownout
Hey everybody ! I am facing an issue on my Azure pipelines since today. When I try to make a deployment, I have got this issue for the release pipeline : This is a scheduled windows-2016 br...
- Mar 18, 2022
juliensl You probably already figured this out. I just ran into it today and for me it was associated with 3 release pipelines that didn't get processed.
For me, I needed to go to dev.azure.com, and check each of my releases:
1) click on a release.
2) click on Edit in the upper right corner
3) click on the deploy stage
4) click on Run on agent
5) you should see something like this:
If your Agent Specification shows vs2017-win2016, you need to change it to one of the newer versions.
(You can just run that fixed release, and it'll take care of the one that failed previously)
juliensl
Mar 21, 2022Copper Contributor
Hi JSBSF !
Exactly what I did, thank you to explained it here, could be usefull for everybody 🙂
Have a nice day
Exactly what I did, thank you to explained it here, could be usefull for everybody 🙂
Have a nice day
Binway2010
Mar 22, 2022Copper Contributor
Hello Folks,
Thanks for putting this together as it helped me resolve this brownout issue.
All the best
Thanks for putting this together as it helped me resolve this brownout issue.
All the best