Code Monkey home page Code Monkey logo

storeup's Introduction

Store Up

Download StoreUp from the Microsoft Store.

App for testing automatic store update with azure-pipelines. (just blank uwp app with no functionality).

Build Status

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.

Quick HowTo for new projects

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.
  • 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).
  • 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

storeup's People

Contributors

tesar-tech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.