tweaking command file

This commit is contained in:
Steve Bohlen
2015-01-16 11:26:47 -05:00
parent 7e017a9055
commit 685c337d72

View File

@@ -8,14 +8,6 @@ cd ..
@echo Running full Build Script, capturing output to buildlog.txt file...
@echo Start Time: %time%
build-support\tools\nant\bin\nant -D:test.withcoverage=false %1 %2 %3 %4 %5 %6 %7 %8 %9
@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 ************************