initial commit
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
@echo Uploading to nuget
|
||||
erase *.nupkg /Q /F
|
||||
for /f "delims=|" %%f in ('dir /b *.nuspec') do ..\.nuget\NuGet.exe pack %%f -build -properties Configuration=Release
|
||||
..\.nuget\Nuget.exe push *.nupkg
|
||||
Reference in New Issue
Block a user