We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ebe9d commit c33eb11Copy full SHA for c33eb11
MultiTarget/Test-Component-Support.ps1
@@ -106,7 +106,7 @@ foreach ($supportedMultiTarget in $supportedMultiTargets) {
106
# If none of the requested targets are supported by the component, we can skip build to save time and avoid errors.
107
if (-not $isRequestedTargetSupported) {
108
$IsSupported = $false
109
- $Reason = "None of the requested MultiTargets '$MultiTargets' are enabled for this component."
+ $Reason = "None of the requested MultiTargets '$RequestedMultiTargets' are enabled for this component."
110
}
111
112
if (-not $isWinUI0Supported -and $WinUIMajorVersion -eq 0) {
0 commit comments