Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpackaged: allow building an unpackaged distribution from layout #15133

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

DHowett
Copy link
Member

@DHowett DHowett commented Apr 7, 2023

This PR adds a convenience feature to New-UnpackagedTerminalDistribution that produces an unpackaged layout from an already-unpacked AppX, like the one Visual Studio registers.

New-UnpackagedTerminalDistribution `
    -TerminalLayout path\to\bin\x64\Debug\AppX `
    -XamlAppX path\to\xaml\2.8.appx

The output item when you build an unpackaged layout is the temp folder in which the distribution was built. It will not make a zip file for you.

@zadjii-msft zadjii-msft added the AutoMerge Marked for automatic merge by the bot when requirements are met label Apr 18, 2023
@zadjii-msft zadjii-msft merged commit 2fd33ba into main Apr 20, 2023
@zadjii-msft zadjii-msft deleted the dev/duhowett/unpackaged-layout branch April 20, 2023 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants