This commit is contained in:
sbohlen
2010-09-20 19:48:37 +00:00
parent 78c1abdbd0
commit 07d0fd08b3

18
Build.cmd Normal file
View File

@@ -0,0 +1,18 @@
@echo off
@echo .
@echo ..
@echo ...
@echo Running full Build Script, capturing output to buildlog.txt file...
build-support\tools\nant\bin\nant test > buildlog.txt
@echo .
@echo ..
@echo ...
@echo Launching text file viewer to display buildlog.txt contents...
start "ignored but required placeholder window title argument" buildlog.txt
@echo .
@echo ..
@echo ...
@echo ************************
@echo Build Complete!
@echo ************************
@echo