Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lmendez-pros opened this issue Aug 3, 2020 · 0 comments

Comments

@lmendez-pros
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant