Skip to content

Commit 92dfffd

Browse files
authored
[AzureRG Deploy] Removing multiple occurrences of task-lib (microsoft#4619)
* removing multiple occurences of task-lib * removing vso-node-api as well * merging items
1 parent f2728ba commit 92dfffd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Tasks/AzureResourceGroupDeployment/make.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
"module": "../Common/azure-arm-rest",
55
"type": "node",
66
"dest": "./",
7-
"compile" : true
7+
"compile": true
8+
}
9+
],
10+
"rm": [
11+
{
12+
"items": [
13+
"node_modules/azure-arm-rest/node_modules/vsts-task-lib",
14+
"node_modules/azure-arm-rest/node_modules/vso-node-api"
15+
],
16+
"options": "-Rf"
817
}
918
]
1019
}

Tasks/AzureResourceGroupDeployment/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 1,
17-
"Patch": 7
17+
"Patch": 8
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "2.0.0",

Tasks/AzureResourceGroupDeployment/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 1,
17-
"Patch": 7
17+
"Patch": 8
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "2.0.0",

0 commit comments

Comments
 (0)