aboutsummaryrefslogtreecommitdiff
path: root/csharp/buildall.sh
diff options
context:
space:
mode:
authorObsidianMinor <obsidianminor@gmail.com>2018-02-06 12:59:20 -0600
committerObsidianMinor <obsidianminor@gmail.com>2018-02-06 12:59:20 -0600
commite823897005b88b03088fe17d219ffaeeabb2961d (patch)
tree335b14f663ad3ee07cd3674b45917e20efa38362 /csharp/buildall.sh
parent82e02316072f38f994395b1620cda2aff927dd0f (diff)
downloadprotobuf-e823897005b88b03088fe17d219ffaeeabb2961d.tar.gz
protobuf-e823897005b88b03088fe17d219ffaeeabb2961d.tar.bz2
protobuf-e823897005b88b03088fe17d219ffaeeabb2961d.zip
Updated NUnit packages, removed NUnitLite added packages for dotnet and Visual Studio, changed dotnet command in buildall to dotnet test, and deleted Program.cs (because it's no longer required).
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