Skip to content

Commit

Permalink
adding package option to build a MSDeploy package
Browse files Browse the repository at this point in the history
  • Loading branch information
tiernano committed Mar 22, 2012
1 parent 4dd6250 commit 43ac4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitHookFiles/buildSolution.bat
Expand Up @@ -2,6 +2,6 @@

@call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat"

msbuild "%~f1"
msbuild "%~f1" /T:Package

exit %ERRORLEVEL%

0 comments on commit 43ac4a6

Please sign in to comment.