Skip to content

Commit

Permalink
Added publish batch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex Li committed Nov 21, 2018
1 parent 9f1b746 commit 8334527
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist.publish2nugetdotorg.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir .nuget
cd .nuget
nuget update /self
for %%f in (..\*.nupkg) do nuget push %%f -Source https://www.nuget.org/api/v2/package
cd ..

0 comments on commit 8334527

Please sign in to comment.