mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
15 lines
510 B
Batchfile
15 lines
510 B
Batchfile
SET WORKINGDIR=%~dp0
|
|
|
|
dotnet restore %WORKINGDIR%
|
|
dotnet restore %WORKINGDIR%..\..\src\Microsoft.SqlTools.ServiceLayer\project.json
|
|
dotnet build %WORKINGDIR%..\..\src\Microsoft.SqlTools.ServiceLayer\project.json
|
|
cd ..
|
|
dotnet restore
|
|
dotnet build Microsoft.SqlTools.ServiceLayer.TestDriver\project.json
|
|
dotnet build Microsoft.SqlTools.ServiceLayer.Test.Common\project.json
|
|
dotnet build Microsoft.SqlTools.ServiceLayer.TestEnvConfig\project.json
|
|
|
|
cd Microsoft.SqlTools.ServiceLayer.TestEnvConfig
|
|
|
|
dotnet run %1
|