Skip to content

Commit abcf535

Browse files
authored
updated web deploy package (#21133)
* updated web deploy package * updated packagedetails
1 parent 4e79035 commit abcf535

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

Tasks/AzureRmWebAppDeploymentV3/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"archiver": "1.2.0",
2525
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "3.259.2",
27-
"azure-pipelines-tasks-webdeployment-common": "4.257.0",
27+
"azure-pipelines-tasks-webdeployment-common": "4.260.0",
2828
"decompress-zip": "^0.3.3",
2929
"ltx": "2.8.0",
3030
"moment": "^2.29.4",

Tasks/AzureRmWebAppDeploymentV3/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": 3,
20-
"Minor": 259,
21-
"Patch": 2
20+
"Minor": 260,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV3/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": 3,
20-
"Minor": 259,
21-
"Patch": 2
20+
"Minor": 260,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV4/package-lock.json

Lines changed: 4 additions & 4 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
@@ -23,7 +23,7 @@
2323
"agent-base": "^6.0.2",
2424
"azure-pipelines-task-lib": "4.11.0",
2525
"azure-pipelines-tasks-azure-arm-rest": "3.259.2",
26-
"azure-pipelines-tasks-webdeployment-common": "4.257.0",
26+
"azure-pipelines-tasks-webdeployment-common": "4.260.0",
2727
"moment": "^2.29.4",
2828
"q": "1.4.1",
2929
"uuid": "3.1.0",

Tasks/AzureRmWebAppDeploymentV4/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": 4,
20-
"Minor": 259,
21-
"Patch": 2
20+
"Minor": 260,
21+
"Patch": 0
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 4,
20-
"Minor": 259,
21-
"Patch": 2
20+
"Minor": 260,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV5/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"agent-base": "^6.0.2",
2424
"azure-pipelines-task-lib": "4.11.0",
2525
"azure-pipelines-tasks-azure-arm-rest": "3.259.2",
26-
"azure-pipelines-tasks-webdeployment-common": "4.257.0",
26+
"azure-pipelines-tasks-webdeployment-common": "4.260.0",
2727
"moment": "^2.29.4",
2828
"q": "1.4.1",
2929
"uuid": "3.1.0",

0 commit comments

Comments
 (0)