diff --git a/NuGet.config b/NuGet.config index 2d5b1c116b..69668687ca 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,6 +7,7 @@ + @@ -17,6 +18,7 @@ + diff --git a/eng/Versions.props b/eng/Versions.props index d08b6e14c4..7a04821867 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ 2.0.0 17.4.0-beta.22478.3 17.7.1-beta.23213.1 - 17.5.0-preview-3-33219-258 + 17.6.33617.297 $(MicrosoftVisualStudioDiagnosticsUtilitiesVersion) 2.0.3 13.0.1 @@ -36,8 +36,8 @@ 4.3.4 1.6.0 4.3.2 - 17.3.32621.448 - 17.3.32621.448 + 17.6.33617.297 + 17.6.33617.297 17.4.2116 4.6.0-1.final @@ -83,6 +83,6 @@ 5.0.0 13.0.1 - 17.3.32621.448 + 17.6.33617.297 diff --git a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs index c29ed5aad6..6c22d43607 100644 --- a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs +++ b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs @@ -70,6 +70,8 @@ public void CPPRunAllTestExecutionPlatformx64Net(RunnerInfo runnerInfo) [TestMethod] [TestCategory("Windows-Review")] [NetFullTargetFrameworkDataSource] + // After the bump due to the new vesion it doesn't fine anymore a correct Microsoft.VisualStudio.Telemetry version, new version are taking newer versions of it and the test if for the legacy platform. + [Ignore("After the bump of TestPlatformRemoteExternalsVersion to 17.6 it doesn't work anymore, it's a test for the legacy platform and fails for wrong Microsoft.VisualStudio.Telemetry version.")] public void WebTestRunAllTestsWithRunSettings(RunnerInfo runnerInfo) { if (!IsCI) @@ -127,6 +129,7 @@ public void WebTestRunAllTestsWithRunSettings(RunnerInfo runnerInfo) [TestMethod] [TestCategory("Windows-Review")] [NetFullTargetFrameworkDataSource] + [Ignore("Test expected .NETFramework,Version=v4.5.2 support but the minimum one is .NETFramework,Version=v4.6.2")] public void CodedWebTestRunAllTests(RunnerInfo runnerInfo) { if (!IsCI)