瀏覽代碼

test all frameworks on windows

Jan Tattermusch 6 年之前
父節點
當前提交
e6a22c9777
共有 1 個文件被更改,包括 1 次插入1 次删除
  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