MSBuildForUnity icon indicating copy to clipboard operation
MSBuildForUnity copied to clipboard

MSBuildProjectBuilder should help get the dotnet SDK installed if it's missing

Open ryantrem opened this issue 6 years ago • 0 comments

MSBuildProjectBuilder relies on the dotnet SDK to build projects. If it's not installed, MSBuildProjectBuilder should:

  1. If not in batch mode, help the user get the dotnet SDK installed.
  2. if in batch mode, produce an actionable error.

ryantrem avatar Aug 02 '19 17:08 ryantrem