Open tmds opened 1 month ago
TargetFramework=net9.0]
I guess this problem might disappear when the main branch moves further down the .NET 10 path. These projects have a NetCoreAppToolCurrent
target that is using net9.0
.
I'm not sure why it doesn't affect the vmr builds for .NET 10.
cc @MichaelSimons
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.
This issue has appeared in our internal CI since 68ef461c8a3af6b04267053deed4f3fb116f715e.
When building the repo with this command:
The build fails with:
When doing the build locally, I get the same error. When then running the same command again, the build passes without an error.
cc @ViktorHofer @omajid