Fix issue 4367 where file description of native tools is wrong#4598
Fix issue 4367 where file description of native tools is wrong#4598joperezr merged 2 commits intodotnet:masterfrom
Conversation
|
Thanks, LGTM. |
|
@mellinoe Looks like the reason why CI broke with this new version of buildtools is that when this code was added dotnet/buildtools#655 it brought to light some issues that coreclr repo had but where very luckily working before. For example, non of the tests assemblies where being signed even though the I guess a possible fix would be to disable the signing by setting |
…t/coreclr#4598) Fix issue 4367 where file description of native tools is wrong Commit migrated from dotnet/coreclr@59fcb93
fixes: #4367 + changing the verbosity of the generation of native assets.
CC: @AndyAyersMS @weshaggard