KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 192 forks source link

Add supports `MSBuild.dll` to GUI #474

Closed rstm-sf closed 3 years ago

rstm-sf commented 3 years ago

Hello!

Add supports MSBuild.dll to GUI

I found an old closed issue and comment https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/57#issuecomment-293410920, but it is now only possible to choose MSBuild.exe from VS. MSBuild from SDK is on the path dotnet\sdk\<version>\. By default, we can just use msbuild:

dotnet msbuild Some.sln /t:Rebuild /v:diag /nologo /clp:NoSummary;Verbosity=minimal /bl