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-08-17 21:43:07 +0300
committerEric St. John <ericstj@microsoft.com>2016-08-18 18:33:46 +0300
commit8dbc7322b378d67b15ed731950a7ae3c8f3093f5 (patch)
treef297116d829c04d00a951104829a63281d6a90e5 /BuildToolsVersion.txt
parent1493710b5eaa39d525ec9c069f6cdd1ad9b5c1fb (diff)
Add fastpath for restore
This picks up the latest buildtools which includes a task that adds a fast path for restore. We will now call that task to do a check up front to determine if a restore is actually needed before invoking restore. This helps the common case where everything is up-to-date reducing the restore from 5 minutes down to 1 second.
Diffstat (limited to 'BuildToolsVersion.txt')
-rw-r--r--BuildToolsVersion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index 491e4c3cef..bbc54d899a 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-1.0.26-prerelease-00716-04 \ No newline at end of file
+1.0.26-prerelease-00718-02 \ No newline at end of file