We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d144ac1 commit ab4a079Copy full SHA for ab4a079
build/Program.fs
@@ -71,7 +71,7 @@ let init args =
71
ApiKey = Some key
72
Source = Some "https://api.nuget.org/v3/index.json" } }
73
74
- packages () |> Seq.iter (fun pkg -> DotNet.nugetPush id pkg))
+ packages () |> Seq.iter (fun pkg -> DotNet.nugetPush pushPkg pkg))
75
76
let sourceFiles = !! "src/**/*.fs" ++ "build.fsx" -- "src/**/obj/**/*.fs"
77
0 commit comments