Closed
Description
I'm still working on the exact root cause, but I wanted to have a written record somewhere other than internal Teams.
Building for a generic, portable RID fails currently with the VMR, in aspnetcore
, citing that it can't find the crossgen2 binary. Looking at the build, and comparing to a "good" ubuntu.22.04-x64
build, it seems the crossgen2 nupkg is created as expected during the runtime build, but never restored in aspnetcore.
It appears the build explicitly rejects most of the package references from earlier in the build, in fact, citing that they do not need to be explicitly depended on because they're part of the SDK.
This also blocks building an osx-x64 RID build on Mac.
Metadata
Metadata
Assignees
Type
Projects
Status
Done