Skip to content

Commit

Permalink
allow duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Apr 18, 2024
1 parent 1d66e9f commit 38f579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ let init args =
// Workaround for https://github.com/fsharp/FAKE/issues/2242
let pushPackage _ =
let nugetCmd fileName key =
sprintf "nuget push %s -k %s -s nuget.org" fileName key
sprintf "nuget push %s -k %s -s nuget.org --skip-duplicate" fileName key

let key =
//Environment.environVarOrFail "nugetKey"
Expand Down

0 comments on commit 38f579f

Please sign in to comment.