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:
authorchcosta <chcosta@microsoft.com>2016-09-30 20:16:28 +0300
committerGitHub <noreply@github.com>2016-09-30 20:16:28 +0300
commit68a8176a12ebdd687eef344133910e0161f0da93 (patch)
treec25e187c9a5439d7f31dfa061244a08987110214 /config.json
parentf94dd87040a39f07591d97df7d4010c0bbeb9be1 (diff)
Don't restore packages during the test build (#12157)
* Don't restore packages during the test build * Update buildtools version to 00829-01
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 111ddd6db6..982b4e04c9 100644
--- a/config.json
+++ b/config.json
@@ -261,8 +261,9 @@
}
},
"tests": {
- "description": "Builds the tests that are in the repository.",
+ "description": "Builds the tests that are in the repository, doesn't restore packages.",
"settings": {
+ "RestoreDuringBuild": "false",
"Project": "src/tests.builds",
"MsBuildLogging":"/flp:v=normal;LogFile=build-tests.log"
}