Get UWP Store associations using PowerShell or MSBuild -


i'm using appveyor ci build uwp app , want create appx package during every build. .gitignore ignoring package.storeassociation.xml , myappname_storekey.pfx want include in appx package identifying app in windows store.

is there way these files using powershell or msbuild or that? in other words, there command line equivalent project > store > associate app store... wizard?

i know can upload these files repo secure files i'd prefer getting latest files dev center every build.

i not, associate app store wizard, authenticated wizard requires users microsoft account registered visual studio, load credentials storage or asking oauth, , visual studio goes microsoft's server sign certificate , sign app it.

appveyor documentation says uwp not officially supported uwp, microsoft license required.

edit: does help?


Comments