Merge pull request #88 from louis-wuitton/UpdateSupportedImages

Change image type list and endpoint type
This commit is contained in:
Louis Wu 2020-07-02 08:05:29 -07:00 коммит произвёл GitHub
Родитель c0891c5934 047e50b5d4
Коммит 36d5a81122
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 19 добавлений и 16 удалений

Просмотреть файл

@ -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",