Skip to content

Commit 3133f8d

Browse files
authored
[main] Update the list of supported portable RIDs for the tool packs in our tests (#51070)
2 parents 3cd5dcb + 787c420 commit 3133f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAnAotApp.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,8 @@ private void OverrideKnownILCompilerPackRuntimeIdentifiers(XDocument project, st
546546
project.Root.Add(new XElement(ns + "ItemGroup",
547547
new XElement(ns + "KnownILCompilerPack",
548548
new XAttribute("Update", "@(KnownILCompilerPack)"),
549-
new XElement(ns + "ILCompilerRuntimeIdentifiers", runtimeIdentifiers))));
549+
new XElement(ns + "ILCompilerRuntimeIdentifiers", runtimeIdentifiers),
550+
new XElement(ns + "ILCompilerPortableRuntimeIdentifiers", runtimeIdentifiers))));
550551
}
551552

552553
[RequiresMSBuildVersionTheory("17.0.0.32901")]

0 commit comments

Comments
 (0)