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