Skip to content

Commit 4b481c9

Browse files
authored
Generate base tasks on the fly and migrate 14 node20 Tasks (#19063)
* Adding migrated tasks * Bump up base tasks versions
1 parent 1eb7ce8 commit 4b481c9

File tree

994 files changed

+139135
-74
lines changed

Some content is hidden

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

994 files changed

+139135
-74
lines changed

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

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "ftp-upload-tests",
3+
"version": "1.0.0",
4+
"description": "Azure Pipelines FTP Upload V2 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+
"devDependencies": {
20+
"@types/mocha": "^5.2.7"
21+
}
22+
}

0 commit comments

Comments
 (0)