Skip to content

Commit 99ce4e7

Browse files
author
Ozan AYDIN
authored
Library update for connection reset fix (#18437)
1 parent a52c621 commit 99ce4e7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Tasks/AzureRmWebAppDeploymentV4/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
2323
"azure-pipelines-task-lib": "^3.4.0",
24-
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.223.3",
24+
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.223.5",
2525
"azure-pipelines-tasks-webdeployment-common": "^4.222.2",
2626
"moment": "^2.29.4",
2727
"q": "1.4.1",

Tasks/AzureRmWebAppDeploymentV4/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 223,
21-
"Patch": 3
21+
"Patch": 4
2222
},
2323
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV4/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 223,
21-
"Patch": 3
21+
"Patch": 4
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)