Skip to content

Commit 54e2a10

Browse files
nagilsonmarcpopMSFT
authored andcommitted
This call is failing on the Darwin leg in installer. (#29916)
1 parent 7b1599a commit 54e2a10

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,10 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_
6666
}
6767

6868
[Theory]
69-
[InlineData("netcoreapp1.1")]
7069
[InlineData("netcoreapp2.0")]
7170
[InlineData("netcoreapp3.0")]
7271
public void It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run(string targetFramework)
7372
{
74-
if (!EnvironmentInfo.SupportsTargetFramework(targetFramework))
75-
{
76-
return;
77-
}
78-
7973
var rid = EnvironmentInfo.GetCompatibleRid(targetFramework);
8074

8175
var helloWorldAsset = _testAssetsManager

0 commit comments

Comments
 (0)