Skip to content

Commit

Permalink
Added new build bat file that will create a release build of the sour…
Browse files Browse the repository at this point in the history
…ce - however will skip the testing suite
  • Loading branch information
staxmanade committed Jul 2, 2010
1 parent f12a69c commit 4529d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-Full-Release-skip-tests.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
powershell -NoProfile -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 "build-all, package-release" -parameters @{"build_configuration"='Release';} }"

Pause

0 comments on commit 4529d25

Please sign in to comment.