Building with:
build.cmd clr.runtime+Clr.NativeAotLibs+clr.corelib+clr.nativecorelib+clr.tools+clr.iltools+clr.alljits+libs -arch x64 -c Debug -librariesConfiguration Release
fails with:
CSC : error CS2001: Source file 'C:\gh\runtime3\artifacts\obj\\coreclr\windows.x64.Debug\nativeaot\Runtime\Full\AsmOffsets.cs' could not be found. [C:\gh\runtime3\src\coreclr\nativeaot\Test.CoreLib\src\Test.CoreLib.csproj]
However, building with:
build.cmd clr+libs -arch x64 -c Debug -librariesConfiguration Release
succeeds.
This seems to indicate that there's some issue with the Clr.NativeAotLibs subset not building enough.
@MichalStrehovsky ?