You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: