Skip to content

Commit

Permalink
Add NuPush.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Mar 4, 2016
1 parent ba67338 commit dbb2d2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/NuPush.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off
setlocal
set PkgDir=%~dp0
set PATH=%PATH%;%PkgDir%
set Version=4.0.0-alpha1

cd %PkgDir%\System.Waf\Release

nuget Push System.Waf.Core.%Version%.nupkg
nuget Push System.Waf.UnitTesting.Core.%Version%.nupkg
nuget Push System.Waf.Wpf.%Version%.nupkg
nuget Push System.Waf.UnitTesting.Wpf.%Version%.nupkg

0 comments on commit dbb2d2a

Please sign in to comment.