adjust build blazor tooling instructions

This commit is contained in:
Florian Dohrendorf 2018-03-02 00:12:44 +01:00 committed by Ryan Nowak
parent 1e502c5310
commit cb44cf9c07
1 changed files with 7 additions and 2 deletions

View File

@ -63,12 +63,17 @@ Run `dotnet test test\AllTests.proj`
## Build VS Tooling
Prerequisites:
- Visual Studio 2017 15.5 (or newer)
- Visual Studio 2017 15.6 (or newer)
- Visual Studio extension development features (install via Visual Studio Installer)
Open a VS Developer Command Prompt
Run `msbuild BlazorTooling.sln` from the solution directory.
Run the following instructions from the solution directory.
```shell
msbuild BlazorTooling.sln /t:Restore
msbuild BlazorTooling.sln
```
## Contributing