Skip to content

Commit f2b3ea1

Browse files
committed
canary push to myget verbose and noninteractive, works locally but fails on CI
1 parent bd369ef commit f2b3ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Releasing.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Release() =
3535
!! "build/output/_packages/*-ci*.nupkg"
3636
|> Seq.iter(fun f ->
3737
let source = "https://www.myget.org/F/"+ feed + "/api/v2/package"
38-
let success = Tooling.Nuget.Exec ["push"; f; accessKey; "-source"; source]
38+
let success = Tooling.Nuget.Exec ["push"; f; accessKey; "-source"; source; "-verbosity"; "detailed"; "-noninteractive"]
3939
match success with
4040
| 0 -> traceFAKE "publish to myget succeeded" |> ignore
4141
| _ -> failwith "publish to myget failed" |> ignore

0 commit comments

Comments
 (0)