Skip to content

Commit 1ad677e

Browse files
authored
Add info for tooling prereleases. (#1570)
1 parent 40343cc commit 1ad677e

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,22 @@ The schedule and milestone themes for ASP.NET Core.
2727
- If you want to use nightlies then you need to:
2828
- Obtain the latest nightly CLI from http://github.com/dotnet/cli
2929
- Add a NuGet.Config to your app with the following content:
30-
```xml
31-
<?xml version="1.0" encoding="utf-8"?>
32-
<configuration>
33-
<packageSources>
34-
<clear />
35-
<add key="AspNetCI" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
36-
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
37-
</packageSources>
38-
</configuration>
39-
```
40-
*NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.*
30+
31+
```xml
32+
<?xml version="1.0" encoding="utf-8"?>
33+
<configuration>
34+
<packageSources>
35+
<clear />
36+
<add key="AspNetCI" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
37+
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
38+
</packageSources>
39+
</configuration>
40+
```
41+
42+
*NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.*
43+
4144
- Change your applications dependencies to have a `*` to get the latest version, `1.0.0-*` for example.
45+
- Prerelease tooling builds for Visual Studio are available from the [Tooling](https://github.com/aspnet/tooling/#pre-release-builds) repo.
4246

4347
## Repos and Projects
4448

0 commit comments

Comments
 (0)