Fix/integrationtests (#391)

* fixed the problem with parsing sql2017 version
This commit is contained in:
Leila Lali
2017-06-22 09:20:58 -07:00
committed by GitHub
parent af2ed84953
commit c28a97e6fa
9 changed files with 83 additions and 37 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
WORKINGDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
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"