Skip to content

Commit

Permalink
Remove leftover test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Dec 20, 2024
1 parent 57da71a commit 75353f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ProjectHeads/GenerateSingleSampleHeads.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ if ($MultiTargets.Contains('uwp') -and $MultiTargets.Contains('wasdk'))
}

$MultiTargets = $MultiTargets | Where-Object { $_ -notin $ExcludeMultiTargets }
$ExcludeMultiTargets = $ExcludeMultiTargets | Where-Object { $_ -notin $MultiTargets }

# Generate required props for preferences
& $PSScriptRoot/../MultiTarget/UseTargetFrameworks.ps1 -MultiTargets $MultiTargets
Expand Down

0 comments on commit 75353f1

Please sign in to comment.