Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureRmWebAppDeploymentV3 upgraded to Node16 #17502

Merged
114 changes: 82 additions & 32 deletions Tasks/AzureRmWebAppDeploymentV3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"archiver": "1.2.0",
"azure-pipelines-task-lib": "3.1.0",
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.213.0",
"decompress-zip": "^0.3.3",
"ltx": "2.8.0",
Expand Down
5 changes: 4 additions & 1 deletion Tasks/AzureRmWebAppDeploymentV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 215,
"Patch": 0
"Patch": 1
ismayilov-ismayil marked this conversation as resolved.
Show resolved Hide resolved
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -624,6 +624,9 @@
"execution": {
"Node10": {
"target": "azurermwebappdeployment.js"
},
"Node16": {
"target": "azurermwebappdeployment.js"
}
},
"messages": {
Expand Down
5 changes: 4 additions & 1 deletion Tasks/AzureRmWebAppDeploymentV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 215,
"Patch": 0
"Patch": 1
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -624,6 +624,9 @@
"execution": {
"Node10": {
"target": "azurermwebappdeployment.js"
},
"Node16": {
"target": "azurermwebappdeployment.js"
}
},
"messages": {
Expand Down