From fffdcb515dafe99d3ebd33f2320659b626d6bc61 Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Wed, 13 Oct 2021 16:31:19 +0100 Subject: [PATCH] Add TL;DR section for daily builds (#26300) --- docs/DailyBuilds.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index dacb0a65f62..a6fcdfa7d79 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -1,5 +1,23 @@ # Daily Builds +## Quick-start + +Create a file called "NuGet.config" with the following contents and put it next to your solution or csproj file: + +```xml + + + + + + + +``` + +Continue reading for full details and troubleshooting. + +## Types of builds + Daily builds are created automatically whenever a new commit is merged to the `main` branch. These builds are verified by more than 70,000 tests each running on a range of platforms. These builds are reliable and have significant advantages over using previews: * Previews typically lag behind daily builds by around three to five weeks. This means that each preview is missing many bug fixes and enhancements, even if you get it on the day it is released. The daily builds always have the latest features and bug fixes.