Skip to content

Commit

Permalink
string
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 5, 2024
1 parent 1f20508 commit 816a745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public void BuildWindowsRidGraph(string id, bool useridgraph, string packageType
[TestCase("maui", "maccatalyst")]
[TestCase("maui-blazor", "ios")]
[TestCase("maui-blazor", "maccatalyst")]
public void BuildWithCustomBundleResource(string id, bool framework)
public void BuildWithCustomBundleResource(string id, string framework)
{
var projectDir = TestDirectory;
var projectFile = Path.Combine(projectDir, $"{Path.GetFileName(projectDir)}.csproj");
Expand Down

0 comments on commit 816a745

Please sign in to comment.