Skip to content

Commit 5dd5192

Browse files
committed
add nuget push
1 parent 4fb19fb commit 5dd5192

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nuget.push.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
3+
set "folder=artifacts\package\release"
4+
5+
for %%f in ("%folder%\*.nupkg") do (
6+
echo push %%f
7+
nuget push %%f -source https://api.nuget.org/v3/index.json
8+
)

0 commit comments

Comments
 (0)