From d1fb76974921ab61aae9e5503415ee6a45becf45 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Fri, 16 Jan 2015 22:06:13 -0500 Subject: [PATCH] update ci-invoked build entry point to run database-dependent integration tests --- Build-ci.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-ci.cmd b/Build-ci.cmd index 8d06a6b9..1b152542 100644 --- a/Build-ci.cmd +++ b/Build-ci.cmd @@ -7,9 +7,9 @@ cd .. @echo ... @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 +build-support\tools\nant\bin\nant -D:test.withcoverage=false -D:build-ems=false -D:test.integration.data=true -D:test.integration.ems=false -D:test.integration.nms=false %1 %2 %3 %4 %5 %6 %7 %8 %9 @echo ************************ @echo Build Complete! @echo ************************ @echo End Time: %time% -@echo    +