-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Question] I do not understand below error #49
Comments
e.g. You will have to use a build argument with a different name - other than |
thanks a lot :) |
With current version you can use the Information(Argument<string>("version")); you can pass version by using dotnet cake .\version.cake -- --version=1.1.1 will output
|
@devlead I don't believe this is possible in his scenario because he does not have control over the command-line being executed... He's using the GitHub Action for Cake which is crafting the command-line. We should release a new version of this GHA that allows for that to work. |
I'll look into it. |
ITNOA
Hi
I do not understand my error
Can you help me?
My project is BSVN/IpTables.Api#2
The text was updated successfully, but these errors were encountered: