aboutsummaryrefslogtreecommitdiff
path: root/appveyor.bat
diff options
context:
space:
mode:
authorObsidianMinor <obsidianminor@gmail.com>2018-02-06 13:13:06 -0600
committerObsidianMinor <obsidianminor@gmail.com>2018-02-06 13:13:06 -0600
commita731ecb4718872bccda4d7870ab7709bb534eec2 (patch)
tree44a30571c59bffa63cf86d6b2bf60481e372bfcc /appveyor.bat
parente823897005b88b03088fe17d219ffaeeabb2961d (diff)
downloadprotobuf-a731ecb4718872bccda4d7870ab7709bb534eec2.tar.gz
protobuf-a731ecb4718872bccda4d7870ab7709bb534eec2.tar.bz2
protobuf-a731ecb4718872bccda4d7870ab7709bb534eec2.zip
Adjusted appveyor batch
Diffstat (limited to 'appveyor.bat')
-rw-r--r--appveyor.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.bat b/appveyor.bat
index ca88b25c..e59ebccc 100644
--- a/appveyor.bat
+++ b/appveyor.bat
@@ -26,8 +26,8 @@ dotnet restore
dotnet build -c %configuration% || goto error
echo Testing C#
-dotnet run -c %configuration% -f netcoreapp1.0 -p Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto error
-dotnet run -c %configuration% -f net451 -p Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto error
+dotnet test -c %configuration% -f netcoreapp1.0 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto error
+dotnet test -c %configuration% -f net451 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto error
goto :EOF