Skip to content

Commit 10e49e4

Browse files
authored
Merge branch 'release/9.0.1xx' into darc-release/9.0.1xx-b1d76040-5e89-45c9-9555-f07dbfe9ce71
2 parents cc912ec + 35af462 commit 10e49e4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,5 @@ public void SupportRespectAlreadyAssignedItemCulture_ByDefault_ForDotnet9(string
2727
new FileInfo(Path.Combine(outputDirectory, "test-2", "MSBuildCultureResourceGeneration.resources.dll")).Should().Exist();
2828
}
2929

30-
[Theory]
31-
[InlineData("net7.0")]
32-
[InlineData("net6.0")]
33-
public void SupportRespectAlreadyAssignedItemCulture_IsNotSupported_BuildShouldFail(string targetFramework)
34-
{
35-
var testAsset = _testAssetsManager
36-
.CopyTestAsset("MSBuildCultureResourceGeneration", identifier: targetFramework)
37-
.WithSource()
38-
.WithTargetFramework(targetFramework);
39-
40-
var buildCommand = new BuildCommand(testAsset);
41-
buildCommand.Execute().Should().Fail();
42-
}
4330
}
4431
}

0 commit comments

Comments
 (0)