From a2447f2318b41a19718ead601f7cc5e586dd1149 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Tue, 30 Aug 2022 09:42:28 -0700 Subject: [PATCH] Add daily build info for tools and templates --- docs/DailyBuilds.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index 682ba44beb3..01dd8134ed4 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -42,6 +42,18 @@ For EF7 daily builds, `NuGet.config` should contain: ``` +To install the daily build of `dotnet ef`: + +```sh +dotnet tool install -g dotnet-ef --version 7.0.0-* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json +``` + +To install the `dotnet new` templates: + +```sh +dotnet new install Microsoft.EntityFrameworkCore.Templates::7.0.0-* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json +``` + ## Package versions to use ### Using wildcards