Skip to content

Commit

Permalink
Add daily build info for tools and templates (#28920)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam authored Aug 30, 2022
1 parent 0131b32 commit dce042c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/DailyBuilds.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ For EF7 daily builds, `NuGet.config` should contain:
</configuration>
```

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
Expand Down

0 comments on commit dce042c

Please sign in to comment.