Description
Build log files referenced by failed native component build do not exist
Reproduction Steps
- Introduce build break in coreclr, e.g. by adding
#error Here to src\coreclr\vm>notepad methodtable.cpp
build.cmd -s clr -c Release
The build output ends with:
ninja: build stopped: subcommand failed.
BUILD: Error: native component build failed. Refer to the build log files for details.
"D:\runtime\src\coreclr\..\..\artifacts\log\Release\CoreCLR_windows__x64__Release.log"
"D:\runtime\src\coreclr\..\..\artifacts\log\Release\CoreCLR_windows__x64__Release.wrn"
"D:\runtime\src\coreclr\..\..\artifacts\log\Release\CoreCLR_windows__x64__Release.err"
Expected behavior
Build log files referenced by the error message exist
Actual behavior
Build log files referenced by the error message do not exist
Configuration
Windows 10, VS2022 Preview