From 5ef646879a26d4fe2a074ab5a9ecf174b87509eb Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 13 Sep 2018 10:49:23 -0500 Subject: [PATCH] Disable procdump since it prevents FailFast event logging --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index e21956f1faaf1..4c44dfbf69b1f 100644 --- a/netci.groovy +++ b/netci.groovy @@ -223,7 +223,7 @@ commitPullList.each { isPr -> def myJob = job(jobName) { description("Windows ${configuration} tests on ${buildTarget}") steps { - batchFile(""".\\build\\scripts\\cibuild.cmd -${configuration} -procdump -testVsi""") + batchFile(""".\\build\\scripts\\cibuild.cmd -${configuration} -testVsi""") } }