Skip to content

Commit

Permalink
AppCenterTestV1: Resolve Component Governance by update appcenter-cli…
Browse files Browse the repository at this point in the history
… to 3.0.3 version (#20684)

* Update appcenter-cli to 3.0.3 version

* Update task version

* Bump task version to 1.249.5

* Bump task version in generated files
  • Loading branch information
alexey-chernikov authored Nov 22, 2024
1 parent 23db917 commit cb801a2
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 46 deletions.
10 changes: 5 additions & 5 deletions Tasks/AppCenterTestV1/_buildConfigs/Node20/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/AppCenterTestV1/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"appcenter-cli": "^3.0.0",
"appcenter-cli": "3.0.3",
"azure-devops-node-api": "^11.1.0",
"azure-pipelines-task-lib": "^4.13.0",
"glob": "^7.0.6"
Expand Down
8 changes: 4 additions & 4 deletions Tasks/AppCenterTestV1/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/AppCenterTestV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks",
"dependencies": {
"appcenter-cli": "^3.0.0",
"appcenter-cli": "3.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"azure-devops-node-api": "^11.1.0",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/AppCenterTestV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Patch": 6
"Minor": 249,
"Patch": 5
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down Expand Up @@ -498,4 +498,4 @@
"CannotFindAnyFile": "Cannot find any file based on %s.",
"FoundMultipleFiles": "Found multiple files matching %s."
}
}
}
6 changes: 3 additions & 3 deletions Tasks/AppCenterTestV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Patch": 6
"Minor": 249,
"Patch": 5
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down Expand Up @@ -498,4 +498,4 @@
"CannotFindAnyFile": "ms-resource:loc.messages.CannotFindAnyFile",
"FoundMultipleFiles": "ms-resource:loc.messages.FoundMultipleFiles"
}
}
}
4 changes: 2 additions & 2 deletions _generated/AppCenterTestV1.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|1.246.6
Node20_229_7|1.246.7
Default|1.249.5
Node20_229_7|1.249.6
8 changes: 4 additions & 4 deletions _generated/AppCenterTestV1/package-lock.json

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

2 changes: 1 addition & 1 deletion _generated/AppCenterTestV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks",
"dependencies": {
"appcenter-cli": "^3.0.0",
"appcenter-cli": "3.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"azure-devops-node-api": "^11.1.0",
Expand Down
9 changes: 5 additions & 4 deletions _generated/AppCenterTestV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Patch": 6
"Minor": 249,
"Patch": 5
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down Expand Up @@ -499,7 +499,8 @@
"FoundMultipleFiles": "Found multiple files matching %s."
},
"_buildConfigMapping": {
"Default": "1.246.6",
"Node20_229_7": "1.246.7"
"Default": "1.249.5",
"LocalPackages": "1.249.4",
"Node20_229_7": "1.249.6"
}
}
9 changes: 5 additions & 4 deletions _generated/AppCenterTestV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Patch": 6
"Minor": 249,
"Patch": 5
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down Expand Up @@ -499,7 +499,8 @@
"FoundMultipleFiles": "ms-resource:loc.messages.FoundMultipleFiles"
},
"_buildConfigMapping": {
"Default": "1.246.6",
"Node20_229_7": "1.246.7"
"Default": "1.249.5",
"LocalPackages": "1.249.4",
"Node20_229_7": "1.249.6"
}
}
4 changes: 4 additions & 0 deletions _generated/AppCenterTestV1_Node20/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
scripts-prepend-node-path=true

registry=https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/

always-auth=true
10 changes: 5 additions & 5 deletions _generated/AppCenterTestV1_Node20/package-lock.json

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

2 changes: 1 addition & 1 deletion _generated/AppCenterTestV1_Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"appcenter-cli": "^3.0.0",
"appcenter-cli": "3.0.3",
"azure-devops-node-api": "^11.1.0",
"azure-pipelines-task-lib": "^4.13.0",
"glob": "^7.0.6"
Expand Down
9 changes: 5 additions & 4 deletions _generated/AppCenterTestV1_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Patch": 7
"Minor": 249,
"Patch": 6
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down Expand Up @@ -503,7 +503,8 @@
"FoundMultipleFiles": "Found multiple files matching %s."
},
"_buildConfigMapping": {
"Default": "1.246.6",
"Node20_229_7": "1.246.7"
"Default": "1.249.5",
"LocalPackages": "1.249.4",
"Node20_229_7": "1.249.6"
}
}
9 changes: 5 additions & 4 deletions _generated/AppCenterTestV1_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Patch": 7
"Minor": 249,
"Patch": 6
},
"minimumAgentVersion": "2.206.1",
"groups": [
Expand Down Expand Up @@ -503,7 +503,8 @@
"FoundMultipleFiles": "ms-resource:loc.messages.FoundMultipleFiles"
},
"_buildConfigMapping": {
"Default": "1.246.6",
"Node20_229_7": "1.246.7"
"Default": "1.249.5",
"LocalPackages": "1.249.4",
"Node20_229_7": "1.249.6"
}
}

0 comments on commit cb801a2

Please sign in to comment.