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

Execute msbuild as a .NET app #47

Closed timotei closed 8 years ago

timotei commented 8 years ago

On Windows it won't have any effects, as we execute .exe files directly. On Linux/OS X we need to invoke them via the mono runtime.

This fixes #46