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 bd369ef commit f2b3ea1Copy full SHA for f2b3ea1
build/scripts/Releasing.fsx
@@ -35,7 +35,7 @@ type Release() =
35
!! "build/output/_packages/*-ci*.nupkg"
36
|> Seq.iter(fun f ->
37
let source = "https://www.myget.org/F/"+ feed + "/api/v2/package"
38
- let success = Tooling.Nuget.Exec ["push"; f; accessKey; "-source"; source]
+ let success = Tooling.Nuget.Exec ["push"; f; accessKey; "-source"; source; "-verbosity"; "detailed"; "-noninteractive"]
39
match success with
40
| 0 -> traceFAKE "publish to myget succeeded" |> ignore
41
| _ -> failwith "publish to myget failed" |> ignore
0 commit comments