-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Add support of ReportGenerator global tool #2822
Comments
So that both the full .net framework version, and the global tool can be used.
(GH-2822) Add support for .Net Global Tool
When attempting to run the change that was made on my Mac, the Cake Tool resolver still returns ReportGenerator.exe, since there is one of these nested within the folder structure for the gloal tool. So even though we"want" the shim to be found, it isn't. Workaround this by chaning the order for the tool names. Since the since shouldn't exist on a Windows machine, it shouldn't have any adverse affects.
(GH-2822) Change order for tool names
@mholo65 Any chance to get a release with this improvement soon? ReportGenerator fails now on Azure DevOps hosted linux agents. |
v1.0.0 should be released soonish, but I can't promise an exact date. In the meantime I'd recommend pulling an pre-release version from our Azure Artifacts feed. https://dev.azure.com/cake-build/Cake/_packaging?_a=feed&feed=cake |
🎉 This issue has been resolved in version v1.0.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
At the minute, Cake support for ReportGenerator only includes the full .net framework version. Similar to what has been done for GitVersion and GitReleaseManager, we should add support for running the global tool version as well.
The text was updated successfully, but these errors were encountered: