react-native-windows
react-native-windows copied to clipboard
Expand the Publish pipeline to include Desktop builds setting `UseExperimentalWinUI3` flag
Summary
PR #12674 added a build flag UseExperimentalWinUI3
to use experimental, internal builds of WinAppSDK for testing experimental APIs. We will want the Publish pipeline to use that configuration for Desktop builds.
Motivation
In order to influence the design of future WinAppSDK APIs, we need to be able to build/test against pre-release versions of the WinAppSDK. To do that rigorously we'll eventually need official Desktop builds with that setup.
Basic Example
No response
Open Questions
No response
We will need this the moment we need the experimental WinAppSDK features in the Desktop builds.
Moving this to the backlog until we reach a case where we need to use the new APIs within RNW.