Skip to content

Commit c33eb11

Browse files
authored
Update MultiTarget/Test-Component-Support.ps1
1 parent e7ebe9d commit c33eb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiTarget/Test-Component-Support.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ foreach ($supportedMultiTarget in $supportedMultiTargets) {
106106
# If none of the requested targets are supported by the component, we can skip build to save time and avoid errors.
107107
if (-not $isRequestedTargetSupported) {
108108
$IsSupported = $false
109-
$Reason = "None of the requested MultiTargets '$MultiTargets' are enabled for this component."
109+
$Reason = "None of the requested MultiTargets '$RequestedMultiTargets' are enabled for this component."
110110
}
111111

112112
if (-not $isWinUI0Supported -and $WinUIMajorVersion -eq 0) {

0 commit comments

Comments
 (0)