diff --git a/build.sh b/build.sh index f75d3c686..f48816514 100755 --- a/build.sh +++ b/build.sh @@ -18,5 +18,6 @@ for path in test/*.Tests/*.csproj; do done for path in test/*.PerformanceTests/*.PerformanceTests.csproj; do - dotnet test -f netcoreapp1.1 -c Release ${path} + dotnet build -f netcoreapp1.1 -c Release ${path} + # dotnet test -f netcoreapp1.1 -c Release ${path} done