Skip to content

Commit

Permalink
Added build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Jul 22, 2011
1 parent 874a665 commit 3dcb504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.cmd
@@ -0,0 +1,6 @@
@echo Off
set config=%1
if "%config%" == "" (
set config=debug
)
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild Signalr.sln /p:Configuration="%config%" /m

0 comments on commit 3dcb504

Please sign in to comment.