From 1ddc0ad1eb3a321a3b008febe7e42034bd72b530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 12 Apr 2024 09:42:45 -0400 Subject: [PATCH] chore: adjust syntax --- build/test-scripts/run-netcore-mobile-template-tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test-scripts/run-netcore-mobile-template-tests.ps1 b/build/test-scripts/run-netcore-mobile-template-tests.ps1 index 973eb8638b..b6ab3b751e 100644 --- a/build/test-scripts/run-netcore-mobile-template-tests.ps1 +++ b/build/test-scripts/run-netcore-mobile-template-tests.ps1 @@ -229,7 +229,7 @@ $projects = @("5.2/uno52Lib/uno52Lib.csproj", @("-f", "net8.0-browserwasm"), $true, $true), @("5.2/uno52Lib/uno52Lib.csproj", @("-f", "net8.0-ios"), $true, $true, @("5.2/uno52Lib/uno52Lib.csproj", @("-f", "net8.0-android"), $true, $true), - @("5.2/uno52Lib/uno52Lib.csproj", @("-f", "net8.0-maccatalyst"), $true), $true, + @("5.2/uno52Lib/uno52Lib.csproj", @("-f", "net8.0-maccatalyst"), $true, $true), @("5.2/uno52Lib/uno52Lib.csproj", @("-f", "net8.0-desktop"), $true, $true), # Default mode for the template is WindowsAppSDKSelfContained=true, which requires specifying a target platform.