You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AspNetCore's repo has a two-phase build which builds the native part with desktop msbuild first and then the managed part with dotnet build. Both inner builds in the VMR write to the same binlog output path: /bl:"D:\a\_work\1\vmr\src\aspnetcore\artifacts\log\Release\source-inner-build.binlog".
This makes diagnosing issues really hard.
The text was updated successfully, but these errors were encountered:
AspNetCore's repo has a two-phase build which builds the native part with desktop msbuild first and then the managed part with dotnet build. Both inner builds in the VMR write to the same binlog output path:
/bl:"D:\a\_work\1\vmr\src\aspnetcore\artifacts\log\Release\source-inner-build.binlog"
.This makes diagnosing issues really hard.
The text was updated successfully, but these errors were encountered: