Correct command line to launch RoslynDev hive (#3268)

This commit is contained in:
Dave Shaw 2017-06-28 22:40:44 +01:00 коммит произвёл Kevin Ransom (msft)
Родитель 6b3edb6076
Коммит 4779730a8a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -143,8 +143,8 @@ To test your changes locally _without_ overwriting your default installed Visual
project as the startup project. When you hit F5 a new instance of Visual Studio will be started in the `RoslynDev` hive with your
changes, but the root (default) hive will remain untouched. You can also start this hive automatically using
devenv.exe /rootsuffix:RoslynDev
devenv.exe /rootsuffix RoslynDev
Because this uses the "RoslynDev" hive you can simultaneously test changes to an appropriate build of Roslyn binaries.