From 92e8ac75a48d93690701255373365dac6718118d Mon Sep 17 00:00:00 2001 From: sbohlen Date: Thu, 28 Oct 2010 14:34:46 +0000 Subject: [PATCH] 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 --- Build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.cmd b/Build.cmd index 1ca10201..8141b60c 100644 --- a/Build.cmd +++ b/Build.cmd @@ -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 ...