-
Hi A quick question: is it possible to pass down the cli redirection symbol ">" to the DockerBuild task? I want to acheive something like this: Currently I am using this: Target DockerBuildImage => _ => _
.Executes(() =>
{
DockerBuild(s => s
.SetPath("...")
.SetTag("XXXX")
.SetQuiet(true));
}); But the problem here is, that So, long story short: I am looking for a way to keep the progress, but do not print it on stderr, because it is confusing and/or anoying to have lots of "ERR" in the build logs, but everything was fine. |
Beta Was this translation helpful? Give feedback.
Answered by
matkoch
Sep 15, 2022
Replies: 1 comment
-
Addressed here: https://nuke.build/faq/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matkoch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Addressed here: https://nuke.build/faq/