Prepare extension release v4.244.0 (#460)

* Prepare tasks for test

* Change service endpoint name

* Revert testing changes

* Rebuild tasks

---------

Co-authored-by: v-levockina <undefined>
This commit is contained in:
Aleksandr Levochkin 2024-08-15 17:30:20 +02:00 коммит произвёл GitHub
Родитель 429ed56dec
Коммит fa22fb32ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
13 изменённых файлов: 35 добавлений и 20 удалений

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

@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -13,7 +13,7 @@
],
"version": {
"Major": "3",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -13,7 +13,7 @@
],
"version": {
"Major": "3",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",

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

@ -7,15 +7,18 @@ trigger:
branches:
include:
- master
variables:
- name: CodeQL.Enabled
value: true
resources:
repositories:
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
@ -30,6 +33,7 @@ extends:
os: linux
customBuildTags:
- ES365AIMigrationTooling
stages:
- stage: stage
jobs:
@ -42,31 +46,42 @@ extends:
displayName: 'Publish Artifact: vsix'
targetPath: '$(System.ArtifactsDirectory)'
artifactName: vsix
steps:
- checkout: self
clean: true
fetchTags: false
- task: UseNode@1
displayName: Use Node
inputs:
version: '20.14.0'
- task: Npm@1
name: Npm_1
displayName: npm install
inputs:
command: 'install'
verbose: false
- task: CmdLine@2
displayName: Build
inputs:
script: node make.js build
- task: CmdLine@2
displayName: Run Tests
inputs:
script: node make.js test
- task: CmdLine@2
displayName: Create extension
inputs:
script: node make.js create
- task: CopyFiles@2
name: CopyFiles_5
displayName: 'Copy Files to: $(build.artifactsdirectory)'
displayName: 'Copy Files to: $(System.ArtifactsDirectory)'
inputs:
Contents: '*.vsix'
TargetFolder: $(build.artifactsdirectory)
TargetFolder: $(System.ArtifactsDirectory)

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

@ -1066,7 +1066,7 @@ exports.storeNonAggregatedZip = storeNonAggregatedZip;
var installNodeAsync = async function (nodeVersion) {
switch (nodeVersion || '') {
case '20':
nodeVersion = 'v20.11.0';
nodeVersion = 'v20.14.0';
break;
case '16':
nodeVersion = 'v16.17.1';

12
package-lock.json сгенерированный
Просмотреть файл

@ -1,17 +1,17 @@
{
"name": "vso-android-extension",
"version": "4.235.0",
"version": "4.244.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vso-android-extension",
"version": "4.235.0",
"version": "4.244.0",
"license": "MIT",
"dependencies": {
"@types/mocha": "5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^20.11.6",
"@types/node": "^20.14.0",
"@types/sinon": "^4.0.0",
"del": "^2.2.2",
"minimatch": "3.0.5",
@ -117,9 +117,9 @@
"integrity": "sha1-m6It838H43gP/4Ux0aOOYz+UV6U="
},
"node_modules/@types/node": {
"version": "20.11.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz",
"integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==",
"version": "20.14.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.0.tgz",
"integrity": "sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==",
"dependencies": {
"undici-types": "~5.26.4"
}

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

@ -1,6 +1,6 @@
{
"name": "vso-android-extension",
"version": "4.235.0",
"version": "4.244.0",
"description": "Provides build/release tasks that enable performing continuous delivery to the Google Play store from an automated VSTS build or release definition.",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
"dependencies": {
"@types/mocha": "5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^20.11.6",
"@types/node": "^20.14.0",
"@types/sinon": "^4.0.0",
"del": "^2.2.2",
"minimatch": "3.0.5",

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

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