aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/buildall.sh
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2018-04-04 17:01:09 -0700
committerGravatar GitHub <noreply@github.com>2018-04-04 17:01:09 -0700
commite7e6c6b8d1317aa315530024224bfb92e857daa0 (patch)
tree4fece38c58a556d42ea526c3a7f8876bbc1e8b3b /csharp/buildall.sh
parentc93174346149f259ebc85fdb46826fcf84abb07d (diff)
parentf72ac9f987168cb333a1ca0b6482737f7466b22a (diff)
Merge pull request #4283 from ObsidianMinor/csharp/better-test-runners
[C#] Update test project to be used with dotnet test and Visual Studio Test Explorer
Diffstat (limited to 'csharp/buildall.sh')
-rwxr-xr-xcsharp/buildall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/buildall.sh b/csharp/buildall.sh
index dd4b463d..50d8906d 100755
--- a/csharp/buildall.sh
+++ b/csharp/buildall.sh
@@ -14,4 +14,4 @@ echo Running tests.
# If we want to test the .NET 4.5 version separately, we could
# run Mono explicitly. However, we don't have any differences between
# the .NET 4.5 and netstandard1.0 assemblies.
-dotnet run -c $CONFIG -f netcoreapp1.0 -p $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj
+dotnet test -c $CONFIG -f netcoreapp1.0 $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj