SPRNET-1396

This commit is contained in:
sbohlen
2010-12-07 20:30:04 +00:00
parent 76445f9665
commit 8a23270b5d
7 changed files with 84 additions and 103 deletions

View File

@@ -4,7 +4,7 @@
@echo ...
@echo Running full Build Script, capturing output to buildlog.txt file...
@echo Start Time: %time%
build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 >> buildlog.txt
build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt
@echo .
@echo ..
@echo ...