diff --git a/NoApp/Store/appMetadata/en-us/baseListing/metadata.json b/NoApp/Store/appMetadata/en-us/baseListing/metadata.json index d86eb19..9087fe6 100644 --- a/NoApp/Store/appMetadata/en-us/baseListing/metadata.json +++ b/NoApp/Store/appMetadata/en-us/baseListing/metadata.json @@ -1,4 +1,12 @@ { - "websiteUrl": "https://github.com/tesar-tech/StoreUp", - "description": "App for testing store and azure-pipelines automation.v2" + "keywords": ["azure-pipelines","UWP","automation"], + "websiteUrl": "https://github.com/tesar-tech/StoreUp", + "description": "App for testing store and azure-pipelines automation.v2", + "features": ["Do nothing","Runs very fast","Shows blank screen","another feature"], + "releaseNotes": "This is default release note", + "title": "Store Up", + "shortDescription": "App for testing azure pipelines", + "shortTitle": "StoreUp", + "sortTitle": "", + "voiceTitle": "" } \ No newline at end of file diff --git a/NoApp/Store/screenshot01.png b/NoApp/Store/screenshot01.png deleted file mode 100644 index 2d41629..0000000 Binary files a/NoApp/Store/screenshot01.png and /dev/null differ diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f3e98c..9322e71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: - master +pr: none pool: vmImage: 'windows-latest' @@ -41,18 +42,6 @@ steps: /p:AppxPackageSigningEnabled=false' configuration: '$(buildConfiguration)' -# - task: store-publish@0 -# inputs: -# serviceEndpoint: 'NaWinDevCenter' -# appId: '9PH5NNZ5BXFQ' -# packagePath: '$(appxPackageDir)\*.msixupload' -# force: true -# skipPolling: false -# deletePackages: true -# numberOfPackagesToKeep: '0' - - - - task: store-publish@0 inputs: serviceEndpoint: 'NaWinDevCenter' @@ -62,6 +51,6 @@ steps: updateImages: true packagePath: '$(appxPackageDir)\*.msixupload' force: false - skipPolling: true + skipPolling: false deletePackages: true - numberOfPackagesToKeep: '0' \ No newline at end of file + numberOfPackagesToKeep: '5' \ No newline at end of file