|
|
|
@ -881,7 +881,7 @@ let publishNuGet packageFiles = |
|
|
|
let args = sprintf "push \"%s\"" (FullName file) |
|
|
|
let result = |
|
|
|
ExecProcess (fun info -> |
|
|
|
info.FileName <- "packages/tools/NuGet.CommandLine/tools/NuGet.exe" |
|
|
|
info.FileName <- "packages/build/NuGet.CommandLine/tools/NuGet.exe" |
|
|
|
info.WorkingDirectory <- FullName "obj/NuGet" |
|
|
|
info.Arguments <- args) (TimeSpan.FromMinutes 10.) |
|
|
|
if result <> 0 then failwith "Error during NuGet push." |
|
|
|
|