modify convenience build batch file to accept parameters (and pass them to the underlying NANT build script) in order to support param-passing via the batch file

This commit is contained in:
sbohlen
2010-10-28 14:34:46 +00:00
parent 286d6f4377
commit 92e8ac75a4

View File

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