Skip to content

Commit 90fd193

Browse files
committed
Revised publish script.
1 parent 95066cf commit 90fd193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist.publish2nugetdotorg.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
for %%f in (.\*.nupkg) do dotnet nuget push %%f --source https://api.nuget.org/v3/index.json -k %NUGET_API_KEY%
32
@REM Symbol package is pushed in this step as well.

0 commit comments

Comments
 (0)