Skip to content

Commit

Permalink
Prepare extension release v4.244.0 (#460)
Browse files Browse the repository at this point in the history
* Prepare tasks for test

* Change service endpoint name

* Revert testing changes

* Rebuild tasks

---------

Co-authored-by: v-levockina <undefined>
  • Loading branch information
aleksandrlevochkin authored Aug 15, 2024
1 parent 429ed56 commit fa22fb3
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Tasks/GooglePlayIncreaseRolloutV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayIncreaseRolloutV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayPromoteV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "3",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayPromoteV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "3",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayReleaseV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayReleaseV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayStatusUpdateV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/GooglePlayStatusUpdateV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "243",
"Minor": "244",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
19 changes: 17 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -30,6 +33,7 @@ extends:
os: linux
customBuildTags:
- ES365AIMigrationTooling

stages:
- stage: stage
jobs:
Expand All @@ -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)
2 changes: 1 addition & 1 deletion make-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vsts-extension-google-play.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit fa22fb3

Please sign in to comment.