Skip to content

Commit e112f91

Browse files
authored
Fix symlink regression: bump webdeployment-common to ^4.274.1 in AzureFunctionAppV1 and V2 (#22168)
1 parent 4415040 commit e112f91

8 files changed

Lines changed: 400 additions & 1622 deletions

File tree

Tasks/AzureFunctionAppV1/package-lock.json

Lines changed: 195 additions & 806 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFunctionAppV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"azure-devops-node-api": "^15.1.3",
2727
"azure-pipelines-task-lib": "^5.2.8",
2828
"azure-pipelines-tasks-azure-arm-rest": "^3.274.0",
29-
"azure-pipelines-tasks-webdeployment-common": "^4.272.1",
29+
"azure-pipelines-tasks-webdeployment-common": "^4.274.1",
3030
"azure-storage": "2.10.7",
3131
"moment": "^2.29.3",
3232
"q": "1.4.1",

Tasks/AzureFunctionAppV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 274,
21-
"Patch": 2
20+
"Minor": 275,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 274,
21-
"Patch": 2
20+
"Minor": 275,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

0 commit comments

Comments
 (0)