Can I generate an appx with a windows phone project?

266 Views Asked by At

My question is based on this:

I have a xamarin forms project, (which has 3 projects: iOS, Android and Windows phone). Using the build options Release ARM we have successfully generated an .xap file to upload it to the windows phone store.

My question is: Using the same project can we generate a appx file to upload it to the windows store or do we have to create a Windows Store app?

As far as I know this is not possible since I have "Create App packages" disabled:

enter image description here

Thanks in advance.

1

There are 1 best solutions below

0
On

When you have completed 'Store - Create App Package..' (answer: 'No' when it asks about Store deployment), APPX file appears in Debug/Release (NOT Package output) folder. If menu disabled - try to reload project/solution or restart VS.