Usually, when I want to create a Windows 8.1 or Windows Phone 8.1 application for the Store, I open Visual Studio 2015 and in the Solution Explorer start Save → Create application packages. master.
I would like to produce identical signed .appxupload packages using PowerShell , ideally providing the target project file, target platform (s), build configuration, and version number.
There is a page for packaging and deployment , but I just don't know what the correct order of commands is. There should be a simple solution to this standard task, right? Note. I installed Windows 10 and Visual Studio 2015 Pro, so all the prerequisites should be there.
And the bonus question, is it possible to run the Windows Certification Kit on this created package, as well as in PowerShell?
Thanks
source share