Skip to content

Commit

Permalink
This call is failing on the Darwin leg in installer. (#29916)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored and marcpopMSFT committed Jan 13, 2023
1 parent 7b1599a commit 94aa716
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,10 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_
}

[Theory]
[InlineData("netcoreapp1.1")]
[InlineData("netcoreapp2.0")]
[InlineData("netcoreapp3.0")]
public void It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run(string targetFramework)
{
if (!EnvironmentInfo.SupportsTargetFramework(targetFramework))
{
return;
}

var rid = EnvironmentInfo.GetCompatibleRid(targetFramework);

var helloWorldAsset = _testAssetsManager
Expand Down

0 comments on commit 94aa716

Please sign in to comment.