Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Add RnwNewArch to MSBuildProperties",
"packageName": "react-native-windows",
"email": "14967941+danielayala94@users.noreply.github.com",
"dependentChangeType": "none"
}
4 changes: 3 additions & 1 deletion vnext/PropertySheets/OutputMSBuildProperties.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"WindowsTargetPlatformVersion": "$(WindowsTargetPlatformVersion)",
"UseExperimentalNuGet": "$(UseExperimentalNuGet)",
"UseHermes": "$(UseHermes)",
"UseWinUI3": "$(UseWinUI3)"
"UseWinUI3": "$(UseWinUI3)",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that I particularly like it, but you could include UseFabric in here just in case to catch edge cases.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What edge cases would be covered by including UseFabric that RnwNewArch would not?

"UseFabric": "$(UseFabric)",
"RnwNewArch": "$(RnwNewArch)"
}
</MSBuildPropertiesJSON>
</PropertyGroup>
Expand Down