We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525826e commit 7dad62bCopy full SHA for 7dad62b
run-test.sh
@@ -8,8 +8,7 @@ dotnet restore ./projects/client/Unit
8
dotnet build ./projects/client/Unit
9
# export RABBITMQ_RABBITMQCTL_PATH=$(pwd)/../rabbit/scripts/rabbitmqctl
10
cd ./projects/client/Unit
11
-# dotnet test -f netcoreapp1.0 -- --where='cat != RequireSMP & cat != LongRunning & cat != GCTest'
12
13
-dotnet test -f netcoreapp1.0
+dotnet test -f netcoreapp2.0
14
15
0 commit comments