diff --git a/dist.publish2nugetdotorg.bat b/dist.publish2nugetdotorg.bat index 71b40d93..13b051d2 100644 --- a/dist.publish2nugetdotorg.bat +++ b/dist.publish2nugetdotorg.bat @@ -1,2 +1,2 @@ .\nuget.exe update /self -for %%f in (.\*.nupkg) do .\nuget.exe push %%f -Source https://www.nuget.org/api/v2/package +for %%f in (.\*.nupkg) do .\nuget.exe push %%f -Source https://api.nuget.org/v3/index.json