Skip to content

Commit

Permalink
chore: Adjust syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 9, 2024
1 parent 92a3324 commit 91c0404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ steps:
if ($testParams.Contains('net9.0') -and $IsWindows)
{
if($testName -eq "MauiBlank" -or $testName -eq "MauiRecommended" -r $testName -eq "Issue396")
if($testName -eq "MauiBlank" -or $testName -eq "MauiRecommended" -or $testName -eq "Issue396")
{
echo "Skipping $testName ($testParams) on net9.0 Windows because of https://github.com/unoplatform/uno.csharpmarkup/issues/787"
continue
Expand Down

0 comments on commit 91c0404

Please sign in to comment.