@@ -4,16 +4,26 @@ echo Building Add-Ons
44call  :pauseOnError  msbuild /p:Configuration=" Release" 
55call  :pauseOnError  msbuild /p:Configuration=" Release" 
66call  :pauseOnError  msbuild /p:configuration=" Release" 
7- echo  Building tests
7+ echo  Building tests (Net46 + NetCoreApp2.1) 
88call  :pauseOnError  msbuild /p:Configuration=" Release" 
99call  :pauseOnError  msbuild /p:Configuration=" Release" 
10- echo  Running SqlClient test suite
10+ echo  Running SqlClient test suite (Net46 + NetCoreApp2.1) 
1111call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" " AnyCPU" " Release" " Windowsnetcoreapp" " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" 
1212call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" " Win32" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
1313call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" " x64" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
1414call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" " AnyCPU" " Release" " Windowsnetcoreapp" " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" 
1515call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" " Win32" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
1616call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" " x64" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
17+ echo  Building tests (Net48 + NetCoreApp3.1)
18+ call  :pauseOnError  msbuild /p:Configuration=" Release" 
19+ call  :pauseOnError  msbuild /p:Configuration=" Release" 
20+ echo  Running SqlClient test suite (Net48 + NetCoreApp3.1)
21+ call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" " AnyCPU" " Release" " Windowsnetcoreapp" " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" 
22+ call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" " Win32" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
23+ call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" " x64" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
24+ call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" " AnyCPU" " Release" " Windowsnetcoreapp" " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" 
25+ call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" " Win32" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
26+ call  :pauseOnError  dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" " x64" " Release" " Windowsnetfx" " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" 
1727
1828goto  :eof 
1929
0 commit comments