Skip to content

Merge Node20 build configurations #20819

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

Merged
merged 31 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
78cf3d6
Set mergeBase: true in Node20 configs
merlynomsft Jan 16, 2025
715d54d
Generated output from node make.js
merlynomsft Jan 31, 2025
2d85841
make-options update
merlynomsft Jan 31, 2025
70226f0
Skip downgrading check for this PR, as the changes are mechanical only
merlynomsft Jan 31, 2025
192f41b
Empty-Commit
merlynomsft Jan 31, 2025
405006d
Empty-Commit
merlynomsft Jan 31, 2025
91ae7c7
merge NuGetCommandV2 changes
merlynomsft Jan 31, 2025
cee6b08
merge NuGetCommandV2 changes make-options.json
merlynomsft Jan 31, 2025
c6ca660
update NugetCommandV2
merlynomsft Jan 31, 2025
8832352
Trigger Build
merlynomsft Jan 31, 2025
fcca8d6
Trigger Build
merlynomsft Feb 1, 2025
8dd9bfc
pipeline fix
merlynomsft Feb 1, 2025
913027c
Fix registry
merlynomsft Feb 1, 2025
cda9173
Registry fix
merlynomsft Feb 1, 2025
4c408b2
Update package-lock with npm ci to fix cfs issues
merlynomsft Feb 2, 2025
6e988e8
Fix localbuild after cleanup
merlynomsft Feb 3, 2025
1fde3dd
Fix package-lock.json sync
merlynomsft Feb 3, 2025
e523ab5
sync correct package.json
merlynomsft Feb 3, 2025
c6a34b4
sync package.json
merlynomsft Feb 3, 2025
538391e
merge prep
merlynomsft Feb 3, 2025
9aa5225
Merge remote-tracking branch 'origin/master' into users/merlynop/node…
merlynomsft Feb 3, 2025
b51e20d
merge
merlynomsft Feb 3, 2025
0e02e3e
deletes
merlynomsft Feb 3, 2025
b1f2c5f
sync resources
merlynomsft Feb 3, 2025
df87bf7
merge continued
merlynomsft Feb 3, 2025
9aef3dd
merge continued
merlynomsft Feb 3, 2025
085b61f
wip
merlynomsft Feb 3, 2025
f658a93
cleanup
merlynomsft Feb 3, 2025
90dc44f
add --no-launch-profile
merlynomsft Feb 3, 2025
c5b0324
merge AzureTestPlanV0
merlynomsft Feb 3, 2025
64070cd
merge
merlynomsft Feb 3, 2025
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
32 changes: 16 additions & 16 deletions BuildConfigGen/Program.cs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Tasks/ANTV1/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
scripts-prepend-node-path=true

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

always-auth=true
14 changes: 11 additions & 3 deletions Tasks/ANTV1/Tests/package-lock.json

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

824 changes: 532 additions & 292 deletions Tasks/ANTV1/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/ANTV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/node": "^20.3.1",
"azure-pipelines-task-lib": "^4.15.0",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"azure-pipelines-tasks-java-common": "2.198.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"typescript": "4.0.2"
"typescript": "5.1.6"
}
}
6 changes: 5 additions & 1 deletion Tasks/ANTV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 246,
"Patch": 2
"Patch": 3
},
"demands": [
"ant"
Expand Down Expand Up @@ -257,6 +257,10 @@
"Node16": {
"target": "anttask.js",
"argumentFormat": ""
},
"Node20_1": {
"target": "anttask.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
6 changes: 5 additions & 1 deletion Tasks/ANTV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 246,
"Patch": 2
"Patch": 3
},
"demands": [
"ant"
Expand Down Expand Up @@ -257,6 +257,10 @@
"Node16": {
"target": "anttask.js",
"argumentFormat": ""
},
"Node20_1": {
"target": "anttask.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
2 changes: 2 additions & 0 deletions Tasks/AndroidSigningV2/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
scripts-prepend-node-path=true

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

always-auth=true
31 changes: 25 additions & 6 deletions Tasks/AndroidSigningV2/Tests/package-lock.json

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

Loading