From 685c337d724a79ef1f4a83dd63418c6d6fedfb77 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Fri, 16 Jan 2015 11:26:47 -0500 Subject: [PATCH] tweaking command file --- Build-ci.cmd | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Build-ci.cmd b/Build-ci.cmd index 1249c9ff..8d06a6b9 100644 --- a/Build-ci.cmd +++ b/Build-ci.cmd @@ -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 ************************