test all frameworks on windows

pull/5876/head
Jan Tattermusch 2019-03-12 04:58:35 -04:00
parent 67fee07308
commit e6a22c9777
1 changed files with 1 additions and 1 deletions

View File

@ -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