Skip to content

Commit

Permalink
pr none
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Jan 31, 2020
1 parent 5cc85f2 commit 2c86d0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
12 changes: 10 additions & 2 deletions NoApp/Store/appMetadata/en-us/baseListing/metadata.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
Binary file removed NoApp/Store/screenshot01.png
Binary file not shown.
17 changes: 3 additions & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

trigger:
- master
pr: none

pool:
vmImage: 'windows-latest'
Expand Down Expand Up @@ -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'
Expand All @@ -62,6 +51,6 @@ steps:
updateImages: true
packagePath: '$(appxPackageDir)\*.msixupload'
force: false
skipPolling: true
skipPolling: false
deletePackages: true
numberOfPackagesToKeep: '0'
numberOfPackagesToKeep: '5'

0 comments on commit 2c86d0f

Please sign in to comment.