-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Roundhouse dotnet tool does not run #2465
Comments
@Roemer I have just created a PR that should address this for you. |
I'm fairly unsure if this is the correct way around.
and inside is an |
@Roemer hmm, I had made an assumption based on the name of the package. Having just attempted the installation of this global tool, I can see that this PR isn't going to work as it currently stands. |
@Roemer actually, this should already work for you.... Try the following: There should be no need to run |
@Roemer I have updated the PR to include only the shims that are created as part of the dotnet tool installation, i.e. As I mentioned though, for you, on Windows, this should already work today: |
@gep13 Hmm yes it works now. I think I first tried to use the nuget package ( |
What You Are Seeing?
Using the Roundhouse .Net Core tool with
DotNetCoreTool
does not work as it saysNo executable found matching command "dotnet-roundhouse
. This is probably as the Roundhouse .Net Core tool is installed asrh
and the alias that is created in the cake folder isrh.ex
.What is Expected?
The tool should run correctly.
What version of Cake are you using?
0.32.1
Are you running on a 32 or 64 bit system?
64
What environment are you running on? Windows? Linux? Mac?
Windows
Are you running on a CI Server? If so, which one?
No
How Did You Get This To Happen? (Steps to Reproduce)
#module nuget:?package=Cake.DotNetTool.Module
build.ps1 --bootstrap
#tool dotnet:?package=dotnet-roundhouse
DotNetCoreTool("roundhouse");
from any cake task.The text was updated successfully, but these errors were encountered: