Skip to content

Commit

Permalink
Only build perf tests on OSX/Linux (not run)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Mar 5, 2017
1 parent 7b2c70f commit a825eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a825eff

Please sign in to comment.