Skip to content

Commit ebb3247

Browse files
authored
Migrate 21 artifact package tasks to Node20 (#19101)
* migrate 21 tasks owned by artifact packages
1 parent 84ee89d commit ebb3247

File tree

1,282 files changed

+105666
-1022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,282 files changed

+105666
-1022
lines changed

Tasks/CargoAuthenticateV0/_buildConfigs/Node20/Tests/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "cargo-authenticate-tests",
3+
"version": "1.0.0",
4+
"description": "Azure Pipelines Cargo Authenticate V0 Task Tests",
5+
"main": "L0.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
12+
},
13+
"author": "Microsoft Corporation",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
17+
},
18+
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme"
19+
}

Tasks/CargoAuthenticateV0/_buildConfigs/Node20/package-lock.json

Lines changed: 780 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "cargoauthenticate",
3+
"version": "1.0.0",
4+
"description": "Authenticate cargo client.",
5+
"main": "cargoAuthenticateMain.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
12+
},
13+
"keywords": [
14+
"Azure",
15+
"Pipelines",
16+
"Tasks",
17+
"Cargo",
18+
"Rust"
19+
],
20+
"author": "Microsoft Corporation",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
24+
},
25+
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
26+
"dependencies": {
27+
"@types/mocha": "^5.2.7",
28+
"@types/node": "^20.3.1",
29+
"@types/uuid": "^8.3.0",
30+
"azure-pipelines-task-lib": "4.1.0",
31+
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
32+
"azure-pipelines-tasks-packaging-common": "3.214.0",
33+
"base-64": "^0.1.0",
34+
"toml": "^3.0.0",
35+
"utf8": "^2.1.0"
36+
},
37+
"devDependencies": {
38+
"typescript": "5.1.6"
39+
}
40+
}

Tasks/CargoAuthenticateV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 229,
12+
"Minor": 230,
1313
"Patch": 0
1414
},
1515
"runsOn": [

Tasks/CargoAuthenticateV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 229,
12+
"Minor": 230,
1313
"Patch": 0
1414
},
1515
"runsOn": [

0 commit comments

Comments
 (0)