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:
authorEric St. John <ericstj@microsoft.com>2016-12-21 22:04:07 +0300
committerEric St. John <ericstj@microsoft.com>2016-12-21 22:04:07 +0300
commit69f90a20f45ada2b48c61ad4094774d48c691f61 (patch)
tree125129dfe1c393837fad0eb945a627bab88c16c4 /config.json
parentbec57eff5051d87586924a9d50868b29d8dc310f (diff)
Update Sync just build tools and external
Given the limited use of packages in the build now we only have a couple places that need to restore. I've kept behind sync /t temporarily until we can remove dependencies on it.
Diffstat (limited to 'config.json')
-rw-r--r--config.json22
1 files changed, 4 insertions, 18 deletions
diff --git a/config.json b/config.json
index 657e9950d0..5d9c2841d2 100644
--- a/config.json
+++ b/config.json
@@ -78,12 +78,6 @@
"values": ["True", "False"],
"defaultValue": true
},
- "BuildTestsAgainstPackages": {
- "description": "Allows building tests against product packages.",
- "valueType": "property",
- "values": ["True", "False"],
- "defaultValue": true
- },
"Coverage": {
"description": "Enables code coverage runs.",
"valueType": "property",
@@ -192,13 +186,7 @@
"values": [],
"defaultValue": ""
},
- "BatchGenerateTestProjectJsons": {
- "description": "MsBuild target that generates the project.json files to build tests against packages.",
- "valueType": "target",
- "values": [],
- "defaultValue": ""
- },
- "BatchRestorePackages": {
+ "Sync": {
"description": "MsBuild target that restores the packages.",
"valueType": "target",
"values": [],
@@ -447,7 +435,7 @@
"description": "Restores all NuGet packages for repository.",
"settings": {
"RestoreDuringBuild": true,
- "BatchRestorePackages": "default"
+ "Sync": "default"
}
},
"ab": {
@@ -457,12 +445,10 @@
}
},
"t": {
- "description": "Generates project.jsons for test projects, restores packages, builds product and then builds tests against the generated project.json files.",
+ "description": "Deprecated, use sync /p instead.",
"settings": {
"RestoreDuringBuild": true,
- "BuildTestsAgainstPackages": true,
- "BatchGenerateTestProjectJsons": "default",
- "BatchRestorePackages": "default"
+ "Sync": "default"
}
},
"AzureAccount": {