Merge pull request #88 from louis-wuitton/UpdateSupportedImages
Change image type list and endpoint type
This commit is contained in:
Коммит
36d5a81122
|
@ -15,7 +15,7 @@
|
|||
"version": {
|
||||
"Major": "0",
|
||||
"Minor": "2",
|
||||
"Patch": "22"
|
||||
"Patch": "28"
|
||||
},
|
||||
"minimumAgentVersion": "1.83.0",
|
||||
"instanceNameFormat": "Flight $(packagePath) to $(flightName)",
|
||||
|
|
|
@ -18,20 +18,21 @@ import tl = require('vsts-task-lib');
|
|||
/** Expected imageType values */
|
||||
const imageType: string[] = [
|
||||
'Screenshot',
|
||||
'PromotionalArtwork414X180',
|
||||
'PromotionalArtwork846X468',
|
||||
'PromotionalArtwork558X756',
|
||||
'PromotionalArtwork414X468',
|
||||
'PromotionalArtwork558X558',
|
||||
'PromotionalArtwork2400X1200',
|
||||
'Icon',
|
||||
'WideIcon358X173',
|
||||
'BackgroundImage1000X800',
|
||||
'SquareIcon358X358',
|
||||
'MobileScreenshot',
|
||||
'XboxScreenshot',
|
||||
'SurfaceHubScreenshot',
|
||||
'HoloLensScreenshot'
|
||||
'HoloLensScreenshot',
|
||||
'StoreLogo9x16',
|
||||
'StoreLogoSquare',
|
||||
'Icon',
|
||||
'PromotionalArt16x9',
|
||||
'PromotionalArtwork2400X1200',
|
||||
'XboxBrandedKeyArt',
|
||||
'XboxTitledHeroArt',
|
||||
'XboxFeaturedPromotionalArt',
|
||||
'SquareIcon358X358',
|
||||
'BackgroundImage1000X800',
|
||||
'PromotionalArtwork414X180'
|
||||
];
|
||||
|
||||
/** How to update the app metadata */
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"version": {
|
||||
"Major": "0",
|
||||
"Minor": "10",
|
||||
"Patch": "25"
|
||||
"Patch": "30"
|
||||
},
|
||||
"minimumAgentVersion": "1.83.0",
|
||||
"instanceNameFormat": "Publish $(packagePath)",
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "windows-store-publish",
|
||||
"version": "0.9.27",
|
||||
"version": "0.9.34",
|
||||
"name": "Windows Store",
|
||||
"publisher": "ms-rdx-mro",
|
||||
"description": "Publish your applications on the Windows Store.",
|
||||
"categories": [
|
||||
"Build and release"
|
||||
],
|
||||
"galleryFlags": [],
|
||||
"galleryFlags": [
|
||||
"Public"
|
||||
],
|
||||
"targets": [
|
||||
{
|
||||
"id": "Microsoft.VisualStudio.Services"
|
||||
|
@ -80,7 +82,7 @@
|
|||
"inputDescriptors": [],
|
||||
"authenticationSchemes": [
|
||||
{
|
||||
"type": "ms.vss-endpoint.endpoint-auth-scheme-service-principal",
|
||||
"type": "ms.vss-endpoint.endpoint-auth-scheme-basic",
|
||||
"inputDescriptors": [
|
||||
{
|
||||
"id": "url",
|
||||
|
|
Загрузка…
Ссылка в новой задаче