-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Cake.Tool - How in the world do I run a specific task? #2585
Comments
I just answered my question, I had to open the build.ps1 file and find the |
it is here |
@Insire Yes but the dotnet CLI global tool Cake.Tool bootstrap wrapper for cake does not have any documentation on those. |
I've just made a PR #2605 |
@VictorioBerra The answer you should have had to your issue post is something like this: Target is a term unknown to Cake itself. It is something we usually build into our Cake scripts, beginning with:
build.ps1/build.sh should only in very rare cases need modification. |
I see no way here on how I can specify the task to run.
Not mentioned here either https://cakebuild.net/blog/2018/08/cake-v0.30.0-released
The text was updated successfully, but these errors were encountered: