3 references to RunArtifactPostProcessingIfNeeded
dotnet (3)
Commands\Test\VSTest\TestCommand.cs (2)
131
exitCode |=
RunArtifactPostProcessingIfNeeded
(testSessionCorrelationId, parseResult.GetValue(definition.DiagOption), FeatureFlag.Instance);
175
exitCode |=
RunArtifactPostProcessingIfNeeded
(testSessionCorrelationId, parseResult.GetValue(definition.DiagOption), FeatureFlag.Instance);
Commands\VSTest\VSTestCommand.cs (1)
38
exitCode |= TestCommand.
RunArtifactPostProcessingIfNeeded
(testSessionCorrelationId, diag: null, FeatureFlag.Instance);