Itiviti / gradle-msbuild-plugin

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

Migrate to Microsoft.Build from MSBuild #77

Closed ngyukman closed 6 years ago

ngyukman commented 7 years ago

MSBuild is unlisted in nuget.org https://www.nuget.org/packages/MSBuild/ also it was changing unknown ToolsVersion to 14.1 which doesn't exist potentially fix #68

ngyukman commented 7 years ago

Using https://www.nuget.org/packages/Microsoft.Build.Runtime/ instead of determining the location of installed msbuild may be interesting?

turns out it is still in feature request dotnet/sdk#300

Horcrux7 commented 6 years ago

What is the status of this pull request? Is there any chance that this will be released shortly?

ngyukman commented 6 years ago

It's ready and pending for review, feel free to test and review it to speed up the release

Horcrux7 commented 6 years ago

Ok, I have checkout this branch. I have change com.ullink.msbuild to version 2.18. Then it build on my system. Then I have try it out and it work now with my projects and VS 20017.

What you means with review? What you expect?