Download StoreUp from the Microsoft Store.
App for testing automatic store update with azure-pipelines. (just blank uwp app with no functionality).
Using windows-dev-center-vsts-extension. There are also pretty exhaustive instructions about setting and usage.
Pushing to master causes package update in store. It is also able to update store listing like description, screenshots, etc. (in NoApp/Store/appMetadata
folder). See azure-pipelines.yml file for more details.
From UWP source code to app in the Store (about 1.5 hour).
- First package must be uploaded manualy.
- Create new app in store (about 20 mins):
- Need to create Privacy Policy file (check this file for simple statement)
- Need to upload first package.
- No default images are allowed in Stored. I recommend creating one 400x400 png image and use Package.appmanifest -> Visual assets -> Generator.
- Associate package with Store (right click to project -> Publish)
- Create App package(s), Run certification toolkit (recommended). Upload .msixupload file.
- Dont't forget to uncheck Windows 10 Mobile if you don't plan to do so (W10M doesn't support new Target versions).
- Provide at least one screen shot. Sizer will help you with setting recommended size of window for screenshot.
- Create new app in store (about 20 mins):
- Credentinals for automatic publish must be already obtained. Here is how to do it.
- In AzureDevOps you need to add new Service Connection (under Project settings -> Pipelines).
- Select Win Dev Center and fill tenant Id, clinet Id, secret and name (in StoreUp sample it's called
NaWinDevCenter
).
- Select Win Dev Center and fill tenant Id, clinet Id, secret and name (in StoreUp sample it's called
- Copy
azure-pipelines.yml
file and edit few lines:- appId in storePublish task
- Provide metadata file or delete some rows in storePublish task (metadataUpdateMethod,metadataPath,updateImages)
- StoreUp metadata file is in NoApp/Store folder structure, also with screenshots.
- Push code to your repo.
- Set pipeline in AzureDevops