This commit is contained in:
Balamurugan Chirtsabesan 2016-06-20 12:49:28 -07:00 коммит произвёл GitHub
Родитель 8c759a1d59
Коммит 4fead22ca9
1 изменённых файлов: 15 добавлений и 3 удалений

Просмотреть файл

@ -14,9 +14,10 @@ If you want to try the latest tooling builds available and provide feedback to t
These pre-release builds are internal nightly builds that have had some testing done, but the testing is not as extensive as a released version. There are likely to be bugs, sometimes serious ones, and due to the nature of tooling some of those bugs could force you to rebuild the impacted machine or re-install Visual Studio.
| Date | Link | Version | Discussion |
|----------|---------------|---------|------------|
| Nightly - 6/7/16 | [DotNetCore.1.0.0.RC3-27-VS2015Tools.Preview2.exe](https://download.microsoft.com/download/A/B/1/AB1D84A0-3E98-43E9-A73E-E55D963162B3/DotNetCore.1.0.0.RC3-27-VS2015Tools.Preview2.exe) | 1.0.20607.27 | [Discussion for Nightly - 6/7/16] (https://github.com/aspnet/Tooling/issues/577) |
| Date | Link | Version | Discussion |
|------------|-------------|---------|------------|
| Nightly - 6/17/16 | [DotNetCore.1.0.0.RC3-34-VS2015Tools.Preview2.exe](https://download.microsoft.com/download/B/D/1/BD13D9A4-71FC-4C9B-B67B-38540773B978/DotNetCore.1.0.0.RC3-34-VS2015Tools.Preview2.exe) | 1.0.20617.34 | [Discussion for Nightly - 6/17/16] (https://github.com/aspnet/Tooling/issues/599) |
| Nightly - 6/7/16 | [DotNetCore.1.0.0.RC3-27-VS2015Tools.Preview2.exe](https://download.microsoft.com/download/A/B/1/AB1D84A0-3E98-43E9-A73E-E55D963162B3/DotNetCore.1.0.0.RC3-27-VS2015Tools.Preview2.exe) | 1.0.20607.27 | [Discussion for Nightly - 6/7/16] (https://github.com/aspnet/Tooling/issues/577) |
## Installation Instructions
@ -28,6 +29,17 @@ These pre-release builds are internal nightly builds that have had some testing
## Release Notes and Known Issues
- Nightly - 6/17/16
- **Notes**
- Includes a new pre-release .NET Core SDK (version 1.0.0-preview2-003041) and .NET Core (version 1.0.0-rc3-004459-00)
- Default authentication for web templates has been changed to **No Authentication**.
- The ASP.NET Core Web Application template (Individual Accounts) uses BundlerMinifier.Core instead of gulp to do bundling and minification. NPM and gulp tooling is still supported though, it is just not included in the template by default anymore.
- **Issues**
- The exe name, title in installer, Add Remove Programs (ARP), and package versions in project.json all say RC3. It is labelled as RC3 because the package versions automatically rolled forward to RC3 when we shipped RC2. It is not meant to imply that there will be another RC release.
- Publishing new web application to Azure that targets the new runtime installed with the tooling bundle will fail by default. This is because the nightly runtime that comes with this build is not pre-installed on Azure.
- Due to a known issue in the setup detection logic, even though you have Visual Studio 2015 Update 3 RC installed, you might see the following message when you run the installer. This will be fixed in the next build. For now, to work around this and bypass the check, you can run the EXE from a command prompt and then pass SKIP_VSU_CHECK=1 at the end.
![image](https://cloud.githubusercontent.com/assets/8246794/16207980/dd636272-36e4-11e6-9d5a-295027a5ac5c.png)
- Nightly - 6/7/16
- **Notes**
- Includes a new pre-release .NET Core SDK (version 1.0.0-preview2-002913) and .NET Core (version 1.0.0-rc3-004338)