diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 695a4f08604b1acdeca9077636a9f33751a19994..3eeaac4e1b493beefdee450fe012e8df63cb5187 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: timeoutInMinutes: 90 steps: - - script: build/scripts/cibuild.cmd -configuration $(_configuration) -prepareMachine -testDesktop -$(_testKind) + - script: build/scripts/cibuild.cmd -configuration $(_configuration) -prepareMachine -testDesktop -$(_testKind) -procdump displayName: Build and Test - task: PublishTestResults@1 diff --git a/src/Tools/Source/RunTests/Options.cs b/src/Tools/Source/RunTests/Options.cs index ee1d65c05e9371afbb1f03cd1f881df47471918c..4bebea6db673fec2a9fd3710428c51b2ce331dfb 100644 --- a/src/Tools/Source/RunTests/Options.cs +++ b/src/Tools/Source/RunTests/Options.cs @@ -187,7 +187,7 @@ bool isOption(string argument, string optionName, out string value) opt.ProcDumpDirectory = value; index++; } - else if (comparer.Equals(current, "-procdump")) + else if (comparer.Equals(current, "-useprocdump")) { opt.UseProcDump = false; index++;