Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate 14 node20 Tasks #19063

Merged
merged 28 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fa03580
Adding migrated tasks
qianz2 Oct 4, 2023
85b6be6
Merge branch 'master' into user/zqian/migrate-node20tasks
qianz2 Oct 4, 2023
55d9f23
Update task.json and task.loc.json
qianz2 Oct 4, 2023
b3f92eb
Merge branch 'master' into user/zqian/migrate-node20tasks
qianz2 Oct 4, 2023
85222cd
Updates
qianz2 Oct 5, 2023
d69cd67
Update
qianz2 Oct 5, 2023
61dbba8
Update
qianz2 Oct 5, 2023
c6ab7d1
Remove UsePythonVersionV0
qianz2 Oct 5, 2023
db385f0
Merge branch 'master' into user/zqian/migrate-node20tasks
qianz2 Oct 5, 2023
969e3ba
Avoid building base tasks
qianz2 Oct 5, 2023
2667308
Updates
qianz2 Oct 5, 2023
a918236
Update make.js
qianz2 Oct 5, 2023
cfb1d4d
Remove UsePythonVersionV0
qianz2 Oct 6, 2023
2ea5348
Update
qianz2 Oct 6, 2023
13e5a0c
Merge branch 'master' into user/zqian/migrate-node20tasks
qianz2 Oct 6, 2023
d044be7
Remove UseRubyVersionV0
qianz2 Oct 6, 2023
5593b08
Updates
qianz2 Oct 6, 2023
da6bb21
Generate base tasks on the fly
qianz2 Oct 8, 2023
63e6d73
Add base tasks to Default configs in make-option.js
qianz2 Oct 8, 2023
e637c55
Update before-build-check-tasks.js
qianz2 Oct 9, 2023
17909eb
Update make.js
qianz2 Oct 9, 2023
600a4d7
Revert
qianz2 Oct 9, 2023
4c415ba
Revert "Update before-build-check-tasks.js"
qianz2 Oct 9, 2023
6b4eebd
Bump up base tasks versions
qianz2 Oct 9, 2023
0a1c7f7
Merge branch 'master' into user/zqian/migrate-node20tasks
qianz2 Oct 9, 2023
a0b1c12
Merge branch 'master' into user/zqian/migrate-node20tasks
qianz2 Oct 9, 2023
eb32da4
Merge branch 'user/zqian/migrate-node20tasks' of https://github.com/m…
qianz2 Oct 9, 2023
c722315
Update make.js
qianz2 Oct 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions Tasks/FtpUploadV2/_buildConfigs/Node20/Tests/package-lock.json

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

22 changes: 22 additions & 0 deletions Tasks/FtpUploadV2/_buildConfigs/Node20/Tests/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "ftp-upload-tests",
"version": "1.0.0",
"description": "Azure Pipelines FTP Upload V2 Task Tests",
"main": "L0.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"devDependencies": {
"@types/mocha": "^5.2.7"
}
}
Loading