Skip to content

Commit a139d34

Browse files
authored
heap out of memory (#19145)
1 parent 42319fa commit a139d34

File tree

4 files changed

+134
-38
lines changed

4 files changed

+134
-38
lines changed

Tasks/AzureWebAppV1/package-lock.json

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

Tasks/AzureWebAppV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-pipelines-task-lib": "^3.4.0",
2525
"azure-pipelines-tasks-azure-arm-rest": "^3.226.0",
2626
"azure-pipelines-tasks-utility-common": "^3.0.3",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.219.1",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.230.1",
2828
"moment": "^2.29.4",
2929
"q": "1.4.1",
3030
"uuid": "3.1.0",

Tasks/AzureWebAppV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 227,
20+
"Minor": 230,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureWebAppV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 227,
20+
"Minor": 230,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)