diff --git a/eng/Version.Details.props b/eng/Version.Details.props index bcffdc1c7854..a29cc1275c97 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props 10.0.4 10.0.4 - 2.2.1-preview.26180.5 - 4.2.1-preview.26180.5 + 2.2.1-preview.26201.3 + 4.2.1-preview.26201.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a9fbed43b25..1f812db7307d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -560,13 +560,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet 80d3e14f5e08b4888f464e3cd0d0b2445b63ec46 - + https://github.com/microsoft/testfx - f8dc21bde0c93918c9847361eb3bf41a9ed3d5f2 + 4b12ce96553c32c1038bf81176b98a79994d6967 - + https://github.com/microsoft/testfx - f8dc21bde0c93918c9847361eb3bf41a9ed3d5f2 + 4b12ce96553c32c1038bf81176b98a79994d6967 https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet diff --git a/test/dotnet.Tests/CommandTests/Test/snapshots/MTPHelpSnapshotTests.VerifyMTPHelpOutput.verified.txt b/test/dotnet.Tests/CommandTests/Test/snapshots/MTPHelpSnapshotTests.VerifyMTPHelpOutput.verified.txt index 9e788f97f5c9..7245366a7906 100644 --- a/test/dotnet.Tests/CommandTests/Test/snapshots/MTPHelpSnapshotTests.VerifyMTPHelpOutput.verified.txt +++ b/test/dotnet.Tests/CommandTests/Test/snapshots/MTPHelpSnapshotTests.VerifyMTPHelpOutput.verified.txt @@ -63,4 +63,8 @@ Platform Options: Extension Options: --report-trx Enable generating TRX report - --report-trx-filename The name of the generated TRX report \ No newline at end of file + --report-trx-filename The name of the generated TRX report + --show-stderr Determines when to show captured error output of a test. + Valid values are 'All', 'Failed', 'None'. Default is 'All'. + --show-stdout Determines when to show captured standard output of a test. + Valid values are 'All', 'Failed', 'None'. Default is 'All'. \ No newline at end of file