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

Using the GAC MSBuild 14.0 instead of one from nuget #66

Closed ngyukman closed 8 years ago

ngyukman commented 8 years ago

To fix missing TargetPath in some case

gluck commented 8 years ago

That won't work for linux/OSX AFAIK. The whole point of using the nuget version was to have something reliable, independently of what's installed (or not) and what OS it is :'(

ngyukman commented 8 years ago

unfortunately the nuget version doesn't update nor having the version that works with F# project :'( I checked the Mono hosted MSbuild in https://github.com/Microsoft/msbuild/releases and the dll embedded works as well but they are still in pre-release

ngyukman commented 8 years ago

Fixed by updating F# project ToolsVersion