summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-08-02 12:18:47 -0700
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-08-02 13:11:41 -0700
commitcf4fb6920876fc459f3492487f86319709bf1480 (patch)
tree4a20e6a7d2c0b140a7d48093318ead6ed48b51c8 /config.json
parent87fae7432a4398b3a29d8f04b02b09c57627a16b (diff)
downloadcoreclr-cf4fb6920876fc459f3492487f86319709bf1480.tar.gz
coreclr-cf4fb6920876fc459f3492487f86319709bf1480.tar.bz2
coreclr-cf4fb6920876fc459f3492487f86319709bf1480.zip
Use absolute paths for specifying projects to build.
Diffstat (limited to 'config.json')
-rw-r--r--config.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/config.json b/config.json
index e3a51addee..a937c0a65d 100644
--- a/config.json
+++ b/config.json
@@ -290,28 +290,14 @@
"description": "Generates _version.h",
"settings": {
"GenerateVersionHeader": "default",
- "NativeVersionHeaderFile": "default",
- "Project": "./build.proj"
+ "NativeVersionHeaderFile": "default"
}
},
"generateHeaderUnix": {
"description": "Generates version.cpp",
"settings": {
"GenerateVersionSourceFile": "default",
- "NativeVersionSourceFile": "default",
- "Project": "./build.proj"
- }
- },
- "buildCoreLib": {
- "description": "Builds System.Private.CoreLib.",
- "settings": {
- "Project": "./build.proj"
- }
- },
- "buildPackages": {
- "description": "Builds nuget packages.",
- "settings": {
- "Project": "./src/.nuget/packages.builds"
+ "NativeVersionSourceFile": "default"
}
},
"verbose": {