We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1de1e28 + da3fe33 commit 683a033Copy full SHA for 683a033
src/app/FakeLib/PaketHelper.fs
@@ -76,7 +76,7 @@ let Pack setParams =
76
(fun info ->
77
info.FileName <- parameters.ToolPath
78
info.WorkingDirectory <- parameters.WorkingDir
79
- info.Arguments <- sprintf "pack output %s %s" parameters.OutputPath cmdArgs) parameters.TimeOut
+ info.Arguments <- sprintf "pack output \"%s\" %s" parameters.OutputPath cmdArgs) parameters.TimeOut
80
81
if packResult <> 0 then failwithf "Error during packing %s." parameters.WorkingDir
82
traceEndTask "PaketPack" parameters.WorkingDir
0 commit comments