MakeAppx for ARM?

978 views Asked by At

I want to create WindowsStore appx packages from the commandline. We have an X86 and ARM version of our app (.NET). As it's referencing sqlite, Any CPU is not possible.

There is the MakeAppx tool, but it's only available for x86/x64. How do I create an ARM package?

Basically I would like to automate what "rightclick winstore project -> store -> create app packages" does. I heard calling msbuild with publish should create an appx, but the only thing it creates for me is an .appxrecipe.

Any one done this build automation properly yet?

edit:so the solution was to simply call the x86 makeappx on the ARM bin folder...

0

There are 0 answers