summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/config.json b/config.json
index 69d8a5f451..1927340cde 100644
--- a/config.json
+++ b/config.json
@@ -36,6 +36,24 @@
"values": [],
"defaultValue": ""
},
+ "CleanAllProjects": {
+ "description": "MsBuild target that deletes the binary output directory.",
+ "valueType": "target",
+ "values": [],
+ "defaultValue": ""
+ },
+ "CleanPackages": {
+ "description": "MsBuild target that deletes the repo-local nuget package directory.",
+ "valueType": "target",
+ "values": [],
+ "defaultValue": ""
+ },
+ "CleanPackagesCache": {
+ "description": "MsBuild target that deletes the user-local nuget package cache.",
+ "valueType": "target",
+ "values": [],
+ "defaultValue": ""
+ },
"ContainerName": {
"description": "Container name for Azure upload.",
"valueType": "property",
@@ -519,6 +537,34 @@
}
}
},
+ "clean": {
+ "alias": {
+ "b": {
+ "description": "Deletes the binary output directory.",
+ "settings": {
+ "CleanAllProjects": "default"
+ }
+ },
+ "p": {
+ "description": "Deletes the repo-local nuget package directory.",
+ "settings": {
+ "CleanPackages": "default"
+ }
+ },
+ "c": {
+ "description": "Deletes the user-local nuget package cache.",
+ "settings": {
+ "CleanPackagesCache": "default"
+ }
+ }
+ },
+ "defaultValues": {
+ "toolName": "msbuild",
+ "settings": {
+ "MsBuildLog":"/flp:v=normal;LogFile=clean.log"
+ }
+ }
+ },
"sync": {
"alias": {
"p": {