Skip to content

Commit

Permalink
[GitHubRelease] Update to Node16 (#18432)
Browse files Browse the repository at this point in the history
* [GitHubRelease] Update to Node16

-- Generated new task
-- Added package.json and package-lock.json to original task for Node16
-- bump libs for node16

* [GitHubRelease] Migrate task to Node16

-- Bump task version
  • Loading branch information
DmitriiBobreshev authored Jun 12, 2023
1 parent 3df8f18 commit 322fc0a
Show file tree
Hide file tree
Showing 197 changed files with 29,254 additions and 684 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place files overridden for this config in this directory
720 changes: 720 additions & 0 deletions Tasks/GitHubReleaseV0/_buildConfigs/Node16/package-lock.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Tasks/GitHubReleaseV0/make.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
{
"rm": [
{
"items": [
"node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib"
],
"options": "-Rf"
}
]
}
678 changes: 339 additions & 339 deletions Tasks/GitHubReleaseV0/task.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/GitHubReleaseV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"preview": true,
"version": {
"Major": 0,
"Minor": 221,
"Patch": 0
"Minor": 224,
"Patch": 1
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place files overridden for this config in this directory
Loading

0 comments on commit 322fc0a

Please sign in to comment.