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 Mellino <erme@microsoft.com>2017-01-20 01:17:28 +0300
committerEric Mellino <erme@microsoft.com>2017-01-20 04:18:25 +0300
commit7a7c20356e9faf9a3e8dd6bfc8f0a87c9b2f2f06 (patch)
tree49f157cbd3e8fdbea2570874a14a9eabf3e9c230 /config.json
parent75ca96041d06225e0377daf8a3b1fafcfa04bba3 (diff)
Clean up duplicated tests.builds, fix code coverage test serialization
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 45a4eb4f7c..cc532563f1 100644
--- a/config.json
+++ b/config.json
@@ -249,7 +249,7 @@
"description": "Builds the tests that are in the repository, doesn't restore packages.",
"settings": {
"RestoreDuringBuild": "false",
- "Project": "tests.builds",
+ "Project": "src/tests.builds",
"MsBuildLogging":"/flp:v=normal;LogFile=build-tests.log"
}
},