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

Publish to Windows Store from CLI #1760

Open
HobDev opened this issue Feb 10, 2025 · 3 comments
Open

Publish to Windows Store from CLI #1760

HobDev opened this issue Feb 10, 2025 · 3 comments

Comments

@HobDev
Copy link

HobDev commented Feb 10, 2025

Type: Bug

Unable to publish a Windows App to folder in order to upload to the Partner Center from CLI. Didn't find the docs for the same. Thus reported a issue over there too.

Extension version: 1.7.12
VS Code version: Code 1.97.0 (33fc5a94a3f99ebe7087e8fe79fbe1d37a251016, 2025-02-04T22:41:26.688Z)
OS version: Windows_NT x64 10.0.26100
Modes:

System Info
Item Value
CPUs AMD Ryzen 5 3600XT 6-Core Processor (12 x 3793)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 15.93GB (3.69GB free)
Process Argv --crash-reporter-id 7efd9556-740e-43d4-91b8-9e199325f5bc
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805cf:30301675
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dwnewjupytercf:31046870
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc1:31192215
iacca1:31171482
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624
5a9hg449:31230677
9064b325:31222308
copilot_t_ci:31222730
jda6j935:31233686

@srdjanjovcic srdjanjovcic added needs-more-info Needing more information, waiting on OP area-maui labels Feb 10, 2025
@srdjanjovcic
Copy link
Member

Can you provide more information on what exactly you were trying to do? Command lines used and similar.

Thanks in advance!

@HobDev
Copy link
Author

HobDev commented Feb 11, 2025

@srdjanjovcic

I am trying to create a .msix package to upload to the Windows store as described here. The issue is that the docs only describe how to do that with Visual Studio. I want to achieve the same result with VSCode and CLI. I tried the following Commands but didn't get the .msix.

dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true

dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 --self-contained

@github-actions github-actions bot removed the needs-more-info Needing more information, waiting on OP label Feb 11, 2025
Copy link

@srdjanjovcic, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants