arcade: Arcade insertions fail on dotnet/templating -> release/6.0.3xx & release/6.0.4xx
Build
Build leg reported
Build
Pull Request
https://github.com/dotnet/templating/pull/6178
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" : "Could not load file or assembly */tools/Microsoft.DotNet.Arcade.Sdk.dll",
"BuildRetry": false,
"ErrorPattern": "Could not load file or assembly *",
"ExcludeConsoleLog": false
}
Release Note Category
- Feature changes/additions
- Bug fixes
- Internal Infrastructure Improvements
Release Note Description
Additional information about the issue reported
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Fixes https://github.com/dotnet/arcade/issues/12740 When I moved around properties to support NetCurrent, etc. in 6.0, the TFM replacement in arcade's build property files broke because the TFM proper... — committed to mmitche/arcade by mmitche a year ago
- Fixes https://github.com/dotnet/arcade/issues/12740 (#12890) When I moved around properties to support NetCurrent, etc. in 6.0, the TFM replacement in arcade's build property files broke because the ... — committed to dotnet/arcade by mmitche a year ago
It’s not critical for the next release, but I would like to solve the issue.