Skip to content

Commit deb55b7

Browse files
authored
This call is failing on the Darwin leg in installer. (#29916)
2 parents 9e5b9ab + ea7db26 commit deb55b7

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
@@ -70,16 +70,10 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_
7070
}
7171

7272
[Theory]
73-
[InlineData("netcoreapp1.1")]
7473
[InlineData("netcoreapp2.0")]
7574
[InlineData(ToolsetInfo.CurrentTargetFramework)]
7675
public void It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run(string targetFramework)
7776
{
78-
if (!EnvironmentInfo.SupportsTargetFramework(targetFramework))
79-
{
80-
return;
81-
}
82-
8377
var rid = EnvironmentInfo.GetCompatibleRid(targetFramework);
8478

8579
var helloWorldAsset = _testAssetsManager

0 commit comments

Comments
 (0)