Skip to content

Commit

Permalink
Disable procdump since it prevents FailFast event logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Sep 13, 2018
1 parent a581b21 commit 5ef6468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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""")
}
}

Expand Down

0 comments on commit 5ef6468

Please sign in to comment.