Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Apr 8, 2015
1 parent 2ff61a0 commit cb75a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/create-package.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
del *.nupkg
..\packages\NuGet.CommandLine.2.8.3\tools\NuGet.exe pack Weakly.nuspec -Symbols
..\packages\NuGet.CommandLine.2.8.5\tools\NuGet.exe pack Weakly.nuspec -Symbols
pause
2 changes: 1 addition & 1 deletion build/publish-package.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
for /f "delims=" %%F in ('dir *.nupkg /b /o-n') do set PACKAGE=%%F
..\packages\NuGet.CommandLine.2.8.3\tools\NuGet.exe push %PACKAGE%
..\packages\NuGet.CommandLine.2.8.5\tools\NuGet.exe push %PACKAGE%
pause

0 comments on commit cb75a7e

Please sign in to comment.