Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaririos <mariari@microsoft.com>2016-08-04 00:36:19 +0300
committermaririos <mariari@microsoft.com>2016-08-04 00:36:19 +0300
commitedc7b70dd5416bb875c6f933d0d10ec22620ed03 (patch)
treef221983c43dc67d6978af27865e4b56135926bd7 /config.json
parent966d960dc71dee57a5113fd575441eaceaf65217 (diff)
add parameter --numproc
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index 93fedeedc7..d8640e0c1d 100644
--- a/config.json
+++ b/config.json
@@ -220,7 +220,7 @@
"description": "Sets the value of the number of processors available.",
"valueType": "passThrough",
"values": ["NUmeric values"],
- "defaultValue": "${ProcessorCount}"
+ "defaultValue": "--numproc ${ProcessorCount}"
},
"Project": {
"description": "Project where the commands are going to be applied.",