Skip to content

Commit

Permalink
[AzureRG Deploy] Removing multiple occurrences of task-lib (#4619)
Browse files Browse the repository at this point in the history
* removing multiple occurences of task-lib

* removing vso-node-api as well

* merging items
  • Loading branch information
thesattiraju authored Jun 23, 2017
1 parent f2728ba commit 92dfffd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Tasks/AzureResourceGroupDeployment/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"module": "../Common/azure-arm-rest",
"type": "node",
"dest": "./",
"compile" : true
"compile": true
}
],
"rm": [
{
"items": [
"node_modules/azure-arm-rest/node_modules/vsts-task-lib",
"node_modules/azure-arm-rest/node_modules/vso-node-api"
],
"options": "-Rf"
}
]
}
2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 7
"Patch": 8
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 7
"Patch": 8
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down

0 comments on commit 92dfffd

Please sign in to comment.