Explorar o código

test all frameworks on windows

Jan Tattermusch %!s(int64=6) %!d(string=hai) anos
pai
achega
e6a22c9777
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      csharp/buildall.bat

+ 1 - 1
csharp/buildall.bat

@@ -4,7 +4,7 @@ dotnet build src/Google.Protobuf.sln || goto :error
 
 echo Running tests.
 
-dotnet test -f netcoreapp2.1 src/Google.Protobuf.Test/Google.Protobuf.Test.csproj || goto :error
+dotnet test src/Google.Protobuf.Test/Google.Protobuf.Test.csproj || goto :error
 
 goto :EOF