-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GitHubRelease] Update to Node16 (#18432)
* [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
1 parent
3df8f18
commit 322fc0a
Showing
197 changed files
with
29,254 additions
and
684 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Tasks/GitHubReleaseV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
720
Tasks/GitHubReleaseV0/_buildConfigs/Node16/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Tasks/GitHubReleaseV1/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Place files overridden for this config in this directory |
Oops, something went wrong.