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 95066cf commit 90fd193Copy full SHA for 90fd193
dist.publish2nugetdotorg.bat
@@ -1,3 +1,2 @@
1
-.\nuget.exe update /self
2
-for %%f in (.\*.nupkg) do .\nuget.exe push %%f -Source https://api.nuget.org/v3/index.json
+for %%f in (.\*.nupkg) do dotnet nuget push %%f --source https://api.nuget.org/v3/index.json -k %NUGET_API_KEY%
3
@REM Symbol package is pushed in this step as well.
0 commit comments