Skip to content

Commit

Permalink
Merge pull request #1737 from Szer/master
Browse files Browse the repository at this point in the history
Closes #1736
  • Loading branch information
matthid committed Dec 15, 2017
2 parents e990f59 + f4f8c8a commit 642a01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.DotNet.Paket/Paket.fs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ let Pack setParams =
symbols includeReferencedProjects minimumFromLockFile pinProjectReferences projectUrl
Process.ExecProcess
(startPaket parameters.ToolPath parameters.WorkingDir
>> withArgs (sprintf "pack output \"%s\" %s" parameters.OutputPath cmdArgs)
>> withArgs (sprintf "pack \"%s\" %s" parameters.OutputPath cmdArgs)
>> Process.withFramework)
parameters.TimeOut

Expand Down

0 comments on commit 642a01a

Please sign in to comment.