commit | e6a22c97770c4ca5394f5b242e83e8c5fc6176ea | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <[email protected]> | Tue Mar 12 04:58:35 2019 -0400 |
committer | Jan Tattermusch <[email protected]> | Tue Mar 12 05:17:13 2019 -0400 |
tree | 820bfff7f1b7a2180a39a5b64b75655b44419e30 | |
parent | 67fee07308283b89adbae5628c3f6391defbd8a2 [diff] |
test all frameworks on windows
diff --git a/csharp/buildall.bat b/csharp/buildall.bat index 89cf8f0..821ffb3 100644 --- a/csharp/buildall.bat +++ b/csharp/buildall.bat
@@ -4,7 +4,7 @@ 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