From a731ecb4718872bccda4d7870ab7709bb534eec2 Mon Sep 17 00:00:00 2001 From: ObsidianMinor Date: Tue, 6 Feb 2018 13:13:06 -0600 Subject: Adjusted appveyor batch --- appveyor.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.bat') 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 -- cgit v1.2.3