-
Hello, `/////////////////////////////////////////////////////////////////////////////// var target = Argument("target", "Default"); /////////////////////////////////////////////////////////////////////////////// Setup(ctx => Teardown(ctx => /////////////////////////////////////////////////////////////////////////////// Task("Clean") Task("Build") Task("Publish") Task("Publish64") Task("Default") RunTarget(target); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The script compiles for me, at what point are you seeing the error? Is it before setup / any tasks are executed? If so how are you calling your script? dotnet cake --target=Clean and got the following output
|
Beta Was this translation helpful? Give feedback.
The script compiles for me, at what point are you seeing the error? Is it before setup / any tasks are executed? If so how are you calling your script?
I took your script and executed the following
and got the following output