Skip to content

Commit

Permalink
Update symbol task with updated packaing-common nuget (#19637)
Browse files Browse the repository at this point in the history
  • Loading branch information
viralpandya authored Mar 15, 2024
1 parent b521eab commit bb51d3a
Show file tree
Hide file tree
Showing 95 changed files with 8,454 additions and 70 deletions.
668 changes: 648 additions & 20 deletions Tasks/PublishSymbolsV2/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/PublishSymbolsV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/node": "^20.3.1",
"azure-pipelines-task-lib": "^5.0.1-preview.0",
"azure-pipelines-tasks-packaging-common": "^3.229.0",
"azure-pipelines-tasks-packaging-common": "^3.236.0",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
"devDependencies": {
Expand Down
662 changes: 645 additions & 17 deletions Tasks/PublishSymbolsV2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/PublishSymbolsV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^5.0.1-preview.0",
"azure-pipelines-tasks-packaging-common": "^3.229.0",
"azure-pipelines-tasks-packaging-common": "^3.236.0",
"azure-pipelines-tasks-utility-common": "^3.225.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishSymbolsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preview": false,
"version": {
"Major": 2,
"Minor": 234,
"Minor": 237,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishSymbolsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preview": false,
"version": {
"Major": 2,
"Minor": 234,
"Minor": 237,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
Expand Down
4 changes: 2 additions & 2 deletions _generated/PublishSymbolsV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.234.0
Node20_229_14|2.234.1
Default|2.237.0
Node20_229_14|2.237.1
Loading

0 comments on commit bb51d3a

Please sign in to comment.