Skip to content

Commit 38f579f

Browse files
committed
allow duplicates
1 parent 1d66e9f commit 38f579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ let init args =
151151
// Workaround for https://github.com/fsharp/FAKE/issues/2242
152152
let pushPackage _ =
153153
let nugetCmd fileName key =
154-
sprintf "nuget push %s -k %s -s nuget.org" fileName key
154+
sprintf "nuget push %s -k %s -s nuget.org --skip-duplicate" fileName key
155155

156156
let key =
157157
//Environment.environVarOrFail "nugetKey"

0 commit comments

Comments
 (0)