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 e4671a7 commit 8eb83cdCopy full SHA for 8eb83cd
1 file changed
PushToNuget.bat
@@ -3,7 +3,7 @@ SET /p ApiKey=<NugetApiKey.txt
3
cd nupkg
4
5
for /r %%i in (*.nupkg) do (
6
- dotnet nuget push %%i --api-key %ApiKey% -s https://api.nuget.org/v3/index.json
+ dotnet nuget push %%i --api-key %ApiKey% -s https://api.nuget.org/v3/index.json --skip-duplicate
7
)
8
REM for /r %%i in (*.snupkg) do (
9
REM dotnet nuget push %%i --api-key %ApiKey% -s https://api.nuget.org/v3/index.json
0 commit comments