GooglePlayReleaseV4 Node 16 migration (#375)

* GooglePlayReleaseV4 Node16 migration

* minimumAgentVersion - back from 206 to 182
This commit is contained in:
Denis Rumyantsev 2023-01-09 09:46:14 +01:00 коммит произвёл GitHub
Родитель 98995672cd
Коммит cb884cc404
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 15 добавлений и 7 удалений

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

@ -190,7 +190,7 @@ export async function addApk(edits: pub3.Resource$Edits, packageName: string, ap
} catch (e) {
tl.debug(`Failed to upload APK ${apkFile}`);
tl.debug(e);
throw new Error(tl.loc('CannotUploadAPK', apkFile, e));
throw new Error(tl.loc('CannotUploadApk', apkFile, e));
}
}

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

@ -3,8 +3,8 @@
"version": "1.0.0",
"dependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.10",
"azure-pipelines-task-lib": "^3.1.9",
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^4.1.0",
"glob": "^7.1.7",
"googleapis": "^90.0.0"
},

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

@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "211",
"Minor": "216",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
@ -309,6 +309,10 @@
"Node10": {
"target": "main.js",
"argumentFormat": ""
},
"Node16": {
"target": "main.js",
"argumentFormat": ""
}
},
"messages": {

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

@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "211",
"Minor": "216",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
@ -309,6 +309,10 @@
"Node10": {
"target": "main.js",
"argumentFormat": ""
},
"Node16": {
"target": "main.js",
"argumentFormat": ""
}
},
"messages": {
@ -351,4 +355,4 @@
"allowed": []
}
}
}
}

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

@ -2,7 +2,7 @@
"manifestVersion": 1.0,
"id": "google-play",
"name": "Google Play",
"version": "4.209.1",
"version": "4.216.0",
"publisher": "ms-vsclient",
"description": "Provides tasks for continuous delivery to the Google Play Store from TFS/Team Services build or release definitions",
"categories": [