gradle-msbuild-plugin icon indicating copy to clipboard operation
gradle-msbuild-plugin copied to clipboard

msbuild task fails to revolve msbuild in linux because first tries to find mono`

Open lmendez-pros opened this issue 3 years ago • 0 comments

I tested the plugin on an GoCD agent with Net framework installed and the plugin seems to fail to resolve the location because it first tries to find mono binary location and since it's not installed it fails right away without even trying to find the msbuild.dll.

executing which mono command at the beginning is causing the plugin to fail without looking for other possible locations to run msbuild.

If mono is not installed the code should still try to find msbuild from other locations implemented in the code.

lmendez-pros avatar Aug 03 '20 22:08 lmendez-pros