GooglePlayReleaseV4 Node 16 migration (#375)
* GooglePlayReleaseV4 Node16 migration * minimumAgentVersion - back from 206 to 182
This commit is contained in:
Родитель
98995672cd
Коммит
cb884cc404
|
@ -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": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче