Rename / Rethink project creation flags for WinAppSDK #9711
Labels
Area: CLI
enhancement
Needs: Dev Design
Platform: WinAppSDK
PR Follow-up
Issue created in response to PR Feedback (labeled so we can gather telemetry on follow-up)
Recommend: Not Planned
Recommend that issue should be given Not Planned milestone.
Milestone
In the CLI, we currently distinguish between a UWP/WinUI2 app and WASDK/WinUI3 using the
--winui3
flag. As support for more WinAppSDK configurations lands, we'll need a way to specify the kind of app that should be built in the CLI (unpackaged, MSIX packaged, WAP packaged). Proposed approach:we should likely rename / rethink this flag [--usewinui3]. I think we'll want something like:
--projectTemplate
which takes a value of one of:uwp
,winappsk-single
,winappsdk-wap
, etc.Originally posted by @asklar in #9177 (comment)
The text was updated successfully, but these errors were encountered: