Skip to content

Commit

Permalink
Revert "Upgrade PublishSymbolsV2 to NodeJS16 (#17230)" (#17997)
Browse files Browse the repository at this point in the history
* Revert "Upgrade PublishSymbolsV2 to NodeJS16 (#17230)"

* Bumped version
  • Loading branch information
ivanduplenskikh authored Mar 29, 2023
1 parent fd59385 commit 1250e99
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 187 deletions.
12 changes: 0 additions & 12 deletions Tasks/PublishSymbolsV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,5 @@
],
"options": "-R"
}
],
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-packaging-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-packaging-common/node_modules/azure-pipelines-tool-lib",
"node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-tool-lib",
"node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib"
],
"options": "-Rf"
}
]
}
193 changes: 35 additions & 158 deletions Tasks/PublishSymbolsV2/package-lock.json

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

3 changes: 0 additions & 3 deletions Tasks/PublishSymbolsV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^4.0.1-preview",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"azure-pipelines-tasks-packaging-common": "3.206.0",
"azure-pipelines-tasks-utility-common": "^3.198.1"
},
Expand Down
8 changes: 1 addition & 7 deletions Tasks/PublishSymbolsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 220,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -181,9 +181,6 @@
"prejobexecution": {
"Node10": {
"target": "PreJobExecutionPublishSymbols.js"
},
"Node16": {
"target": "PreJobExecutionPublishSymbols.js"
}
},
"execution": {
Expand All @@ -195,9 +192,6 @@
},
"Node10": {
"target": "clienttoolmain.js"
},
"Node16": {
"target": "clienttoolmain.js"
}
},
"messages": {
Expand Down
8 changes: 1 addition & 7 deletions Tasks/PublishSymbolsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 220,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -181,9 +181,6 @@
"prejobexecution": {
"Node10": {
"target": "PreJobExecutionPublishSymbols.js"
},
"Node16": {
"target": "PreJobExecutionPublishSymbols.js"
}
},
"execution": {
Expand All @@ -195,9 +192,6 @@
},
"Node10": {
"target": "clienttoolmain.js"
},
"Node16": {
"target": "clienttoolmain.js"
}
},
"messages": {
Expand Down

0 comments on commit 1250e99

Please sign in to comment.