Update building_sqltoolsservice.md (#212)

This commit is contained in:
Karl Burtram
2017-01-09 11:01:35 -08:00
committed by GitHub
parent e186ffa3f2
commit a77fb77a85

View File

@@ -5,7 +5,7 @@
1. Clone the SQL Tools Service repo from [https://github.com/Microsoft/sqltoolsservice](https://github.com/Microsoft/sqltoolsservice).
2. Run `dotnet restore` from the cloned repo's root directory.
3. Run `dotnet build src/Microsoft.SqlToosl.ServiceLayer` from the cloned repo's root directory.
3. Run `dotnet build src/Microsoft.SqlTools.ServiceLayer` from the cloned repo's root directory.
> *Tip* there is a `build.cmd` or `build.sh` file in the repo's root directory that can be used
> to build and package the service.