Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/nilshelmig/FAKE into rel…
Browse files Browse the repository at this point in the history
…ease/next
  • Loading branch information
matthid committed Mar 5, 2020
2 parents 6d479f6 + 2132739 commit bb50ae8
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 @@ -151,7 +151,7 @@ let internal createProcess (runType:StartType) =
|> Arguments.appendNotEmpty "--group" parameters.Group
|> Arguments.appendIf parameters.ForceDownloadOfPackages "--force"
|> Arguments.appendIf parameters.OnlyReferencedFiles "--only-referenced"
|> List.foldBack (fun ref -> Arguments.append ["--reference-files"; ref]) parameters.ReferenceFiles
|> List.foldBack (fun ref -> Arguments.append ["--references-file"; ref]) parameters.ReferenceFiles
|> startPaket parameters.ToolType parameters.ToolPath parameters.WorkingDir parameters.TimeOut

/// Creates a new NuGet package by using Paket pack on all paket.template files in the working directory.
Expand Down

0 comments on commit bb50ae8

Please sign in to comment.