MSBuildForUnity
MSBuildForUnity copied to clipboard
MSBuildProjectBuilder should help get the dotnet SDK installed if it's missing
MSBuildProjectBuilder relies on the dotnet SDK to build projects. If it's not installed, MSBuildProjectBuilder should:
- If not in batch mode, help the user get the dotnet SDK installed.
- if in batch mode, produce an actionable error.