@@ -29,22 +29,22 @@ call :pauseOnError msbuild -t:Clean
29
29
echo Building .NET Framework %netfxVersion% Tests ...
30
30
call :pauseOnError msbuild -p:Configuration=" Release"
31
31
call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildAKVNetFx
32
- call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildTestsNetFx -p:TargetNetFxVersion =%netfxVersion%
32
+ call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildTestsNetFx -p:TF =%netfxVersion%
33
33
34
34
echo Running .NET Framework %netfxVersion% Tests ...
35
- call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" -p:Configuration=" Release" -p:TestTargetOS= " Windowsnetfx " -p:TargetNetFxVersion =%netfxVersion% --no-build -v n --filter " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netfxVersion% -functional-anycpu.xml"
36
- call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" -p:Configuration=" Release" -p:TestTargetOS= " Windowsnetfx " -p:TargetNetFxVersion =%netfxVersion% --no-build -v n --filter " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netfxVersion% -manual-anycpu.xml"
35
+ call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" -p:Configuration=" Release" -p:TF =%netfxVersion% --no-build -v n --filter " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netfxVersion% -functional-anycpu.xml"
36
+ call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" -p:Configuration=" Release" -p:TF =%netfxVersion% --no-build -v n --filter " category!=nonnetfxtests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netfxVersion% -manual-anycpu.xml"
37
37
38
38
echo Building .NET %netcoreVersion% Tests ...
39
39
call pause
40
40
call :pauseOnError msbuild -t:Clean
41
41
call :pauseOnError msbuild -p:Configuration=" Release"
42
42
call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildAKVNetCoreAllOS
43
- call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildTestsNetCore -p:TargetNetCoreVersion =%netcoreVersion%
43
+ call :pauseOnError msbuild -p:Configuration=" Release" -t:BuildTestsNetCore -p:TF =%netcoreVersion%
44
44
45
45
echo Running .NET %netcoreVersion% Tests ...
46
- call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" -p:Configuration=" Release" -p:TestTargetOS= " Windowsnetcoreapp " -p:TargetNetCoreVersion =%netcoreVersion% --no-build -v n --filter " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netcoreVersion% -functional-anycpu.xml"
47
- call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" -p:Configuration=" Release" -p:TestTargetOS= " Windowsnetcoreapp " -p:TargetNetCoreVersion =%netcoreVersion% --no-build -v n --filter " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netcoreVersion% -manual-anycpu.xml"
46
+ call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\FunctionalTests\Microsoft.Data.SqlClient.Tests.csproj" -p:Configuration=" Release" -p:TF =%netcoreVersion% --no-build -v n --filter " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netcoreVersion% -functional-anycpu.xml"
47
+ call :pauseOnError dotnet test " src\Microsoft.Data.SqlClient\tests\ManualTests\Microsoft.Data.SqlClient.ManualTesting.Tests.csproj" -p:Configuration=" Release" -p:TF =%netcoreVersion% --no-build -v n --filter " category!=nonnetcoreapptests&category! =failing&category!=nonwindowstests" -l:" trx;LogFileName=..\..\..\..\..\artifacts\Results\project-%netcoreVersion% -manual-anycpu.xml"
48
48
49
49
goto :eof
50
50
0 commit comments