From 1db74b7c2d909de7b05e30a65dabf23062d7c08e Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 28 Feb 2018 08:27:36 -0800 Subject: [PATCH] Add BlazorTooling.sln to instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cbe9a873d8..6b2df4f29d 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,16 @@ Install prerequisites for E2E tests Run `dotnet test test\AllTests.proj` +## Build VS Tooling + +Prerequisites: +- Visual Studio 2017 15.5 (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. + ## Contributing There are lots of ways that you can contribute to Blazor! Read our [contributing guide](https://github.com/aspnet/Blazor/blob/dev/CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements.