Skip to content

Commit

Permalink
cherry-pick - AzureAppServiceManageV0 - revert migration to Node 16 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanMSFT committed Jan 23, 2023
1 parent e7571fb commit 94a05d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Tasks/AzureAppServiceManageV0/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceManageV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.0",
"azure-pipelines-tasks-utility-common": "^3.0.3",
Expand Down
7 changes: 2 additions & 5 deletions Tasks/AzureAppServiceManageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 216,
"Patch": 2
"Patch": 3
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "$(Action): $(WebAppName)",
Expand Down Expand Up @@ -287,10 +287,7 @@
"execution": {
"Node10": {
"target": "azureappservicemanage.js"
},
"Node16": {
"target": "azureappservicemanage.js"
}
}
},
"messages": {
"ErrorNoSuchDeployingMethodExists": "Error : Deploy method MSDeploy does not exists for Azure Web App: %s",
Expand Down
5 changes: 1 addition & 4 deletions Tasks/AzureAppServiceManageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 216,
"Patch": 2
"Patch": 3
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -287,9 +287,6 @@
"execution": {
"Node10": {
"target": "azureappservicemanage.js"
},
"Node16": {
"target": "azureappservicemanage.js"
}
},
"messages": {
Expand Down

0 comments on commit 94a05d9

Please sign in to comment.