Skip to content

Commit e09ceb2

Browse files
Merge release/10.0.1xx into darc-release/10.0.1xx-b81a41bc-7d36-4f64-9b65-bfcb951e3f26
2 parents ea650b0 + 884397f commit e09ceb2

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
142142
<!-- dotnet/core-setup dependencies -->
143143
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
144144
<!-- microsoft/testfx dependencies -->
145-
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25575.3</MicrosoftTestingPlatformPackageVersion>
146-
<MSTestPackageVersion>4.1.0-preview.25575.3</MSTestPackageVersion>
145+
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25604.3</MicrosoftTestingPlatformPackageVersion>
146+
<MSTestPackageVersion>4.1.0-preview.25604.3</MSTestPackageVersion>
147147
</PropertyGroup>
148148
<!--Property group for alternate package version names-->
149149
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,13 @@
561561
<Uri>https://github.com/dotnet/dotnet</Uri>
562562
<Sha>02dfa783c1f4223a5590a1b689ef381c337db1ab</Sha>
563563
</Dependency>
564-
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25575.3">
564+
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25604.3">
565565
<Uri>https://github.com/microsoft/testfx</Uri>
566-
<Sha>838c4cd634276a89dbfc88f5371d9000252b9299</Sha>
566+
<Sha>aaa16e9321c4344b439324378ddb23b60e1d3461</Sha>
567567
</Dependency>
568-
<Dependency Name="MSTest" Version="4.1.0-preview.25575.3">
568+
<Dependency Name="MSTest" Version="4.1.0-preview.25604.3">
569569
<Uri>https://github.com/microsoft/testfx</Uri>
570-
<Sha>838c4cd634276a89dbfc88f5371d9000252b9299</Sha>
570+
<Sha>aaa16e9321c4344b439324378ddb23b60e1d3461</Sha>
571571
</Dependency>
572572
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.2">
573573
<Uri>https://github.com/dotnet/dotnet</Uri>

test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void It_successfully_builds_when_referencing_winmds(string targetFramewor
8989
.Pass();
9090
}
9191

92-
[WindowsOnlyFact]
92+
[WindowsOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/52032")]
9393
public void ManagedWinRTComponentCanBeReferenced()
9494
{
9595
var managedWinRTComponent = new TestProject()

test/dotnet.Tests/CommandTests/Test/GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public void RunTestProjectWithFailingTestsAndFileArtifacts_ShouldReturnExitCodeG
4747

4848
[InlineData(TestingConstants.Debug)]
4949
[InlineData(TestingConstants.Release)]
50-
[Theory]
50+
// Linux and macOS are being skipped. See: https://github.com/dotnet/sdk/issues/52029
51+
[WindowsOnlyTheory]
5152
public void RunTestProjectWithCodeCoverage_ShouldReturnExitCodeGenericFailure(string configuration)
5253
{
5354
TestAsset testInstance = _testAssetsManager.CopyTestAsset("TestProjectSolutionWithCodeCoverage", Guid.NewGuid().ToString()).WithSource();

0 commit comments

Comments
 (0)