Skip to content

Commit 43859e1

Browse files
authored
Desktop fabric build should build against winappsdk version of composition (#12498)
1 parent f24821d commit 43859e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/templates/enable-fabric-experimental-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
$nsm.AddNamespace('ns', $experimentalFeatures.DocumentElement.NamespaceURI)
66
77
$xmlNode = $experimentalFeatures.CreateElement("PropertyGroup");
8-
$xmlNode.InnerXml = "<UseFabric>true</UseFabric>"
8+
$xmlNode.InnerXml = "<UseFabric>true</UseFabric><UseWinUI3>true</UseWinUI3>"
99
1010
$experimentalFeatures.DocumentElement.AppendChild($xmlNode);
1111

0 commit comments

Comments
 (0)