You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,10 @@ Documentation is available in the [Wiki](https://github.com/aspnet/AspNetKatana/
12
12
## Source Code
13
13
To build and run the tests from a command prompt, run `build.cmd` (found in the root directory). Note: As part of building you may need to obtain NuGet packages from the NuGet.org public feed.
14
14
15
-
See Katana.sln in the root directory to open the solution in Visual Studio.
15
+
See startvs.cmd in the root directory to open the solution in Visual Studio.
16
+
17
+
## Signed Rolling Builds
18
+
Rolling builds are available via an alternate NuGet feed. Rolling builds are meant for developers to try out new features or bug fixes ahead of an official prerelease or final build. Rolling builds are not supported for production use. The packages are available at: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json
16
19
17
20
## Contribute
18
21
There are lots of ways to [contribute](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) to the project, and we appreciate our contributors.
0 commit comments