arcade: [rollout issue] Arcade publishing broken as of latest Arcade-services deployment
Build
Build leg reported
No response
Pull Request
No response
Action required for the engineering services team
To triage this issue (First Responder / @dotnet/dnceng):
- Open the failing build above and investigate
- Add a comment explaining your findings
If this is an issue that is causing build breaks across multiple builds and would get benefit from being listed on the build analysis check, follow the next steps:
- Add the label “Known Build Error”
- Edit this issue and add an error string in the Json below that can help us match this issue with future build breaks. You should use the known issues documentation
{
"ErrorMessage" : "The framework 'Microsoft.NETCore.App', version '6.0.0' was not found."
}
Additional information about the issue reported
I believe this was caused by the upgrade of all of arcade-services to use .net 6. The latest version of darc requires a 6.0 runtime to be installed in the machine.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 25 (25 by maintainers)
5.0 goes out of public support this month, so I’d also expect it to disappear from the 1ES images soon.
I would also suggest figuring out how the other dotnet versions are already installed on the images we use and look into if a) they even should be and b) if they should be, why 6.0 isn’t also installed… and then make sure that it is.