Skip to content

Commit 8eb83cd

Browse files
committed
Fix
1 parent e4671a7 commit 8eb83cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PushToNuget.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET /p ApiKey=<NugetApiKey.txt
33
cd nupkg
44

55
for /r %%i in (*.nupkg) do (
6-
dotnet nuget push %%i --api-key %ApiKey% -s https://api.nuget.org/v3/index.json
6+
dotnet nuget push %%i --api-key %ApiKey% -s https://api.nuget.org/v3/index.json --skip-duplicate
77
)
88
REM for /r %%i in (*.snupkg) do (
99
REM dotnet nuget push %%i --api-key %ApiKey% -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)