Browse Source

Build: follow up breaking NuGet changes

pull/384/head
Christoph Ruegg 9 years ago
parent
commit
af9fc38f28
  1. 2
      build/build-framework.fsx

2
build/build-framework.fsx

@ -312,7 +312,7 @@ let publishNuGet packageFiles =
let rec impl trials file =
trace ("NuGet Push: " + System.IO.Path.GetFileName(file) + ".")
try
let args = sprintf "push \"%s\"" (FullName file)
let args = sprintf "push \"%s\" -Source https://www.nuget.org/api/v2/package" (FullName file)
let result =
ExecProcess (fun info ->
info.FileName <- "packages/build/NuGet.CommandLine/tools/NuGet.exe"

Loading…
Cancel
Save