Skip to content

Commit 8f93976

Browse files
Revert "Upgrade IISWebAppDeploymentOnMachineGroupV0 to NodeJS16" (#17643)
* Revert "Upgrade IISWebAppDeploymentOnMachineGroupV0 to NodeJS16 (#17247)" This reverts commit 3193cff. * bump task version * fix --------- Co-authored-by: Pavlo Andriiesh <[email protected]>
1 parent 4908d66 commit 8f93976

File tree

4 files changed

+71
-105
lines changed

4 files changed

+71
-105
lines changed

Tasks/IISWebAppDeploymentOnMachineGroupV0/package-lock.json

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

Tasks/IISWebAppDeploymentOnMachineGroupV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^16.11.39",
21+
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
2323
"azure-pipelines-tasks-webdeployment-common": "4.208.0",
2424
"q": "1.4.1"

Tasks/IISWebAppDeploymentOnMachineGroupV0/task.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 0,
19-
"Minor": 216,
19+
"Minor": 217,
2020
"Patch": 0
2121
},
2222
"demands": [],
@@ -135,9 +135,6 @@
135135
"execution": {
136136
"Node10": {
137137
"target": "deployiiswebapp.js"
138-
},
139-
"Node16": {
140-
"target": "deployiiswebapp.js"
141138
}
142139
},
143140
"messages": {

Tasks/IISWebAppDeploymentOnMachineGroupV0/task.loc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 0,
19-
"Minor": 216,
19+
"Minor": 217,
2020
"Patch": 0
2121
},
2222
"demands": [],
@@ -135,9 +135,6 @@
135135
"execution": {
136136
"Node10": {
137137
"target": "deployiiswebapp.js"
138-
},
139-
"Node16": {
140-
"target": "deployiiswebapp.js"
141138
}
142139
},
143140
"messages": {

0 commit comments

Comments
 (0)