Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
101 stars 58 forks source link

Always use latest msbuild installation #120

Closed george-c29 closed 4 years ago

george-c29 commented 4 years ago

The MSBuildCustomLocator was sometimes identifying MS buildtools 2017, even though 2019 was available as well on the machine, thus causing some builds requiring components from msbuildtools 2019 to fail.

ngyukman commented 4 years ago

@GeorgeCimpoies can you add the CHANGELOG as well please?

george-c29 commented 4 years ago

@ngyukman I've added the changelog entry.