We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb52b1 commit d20a75eCopy full SHA for d20a75e
.ci/test.ps1
@@ -41,18 +41,3 @@ if ($LASTEXITCODE -ne 0){
41
}
42
43
popd
44
-
45
-echo "Executing baseline connection string tests"
46
-dotnet restore tests\MySqlConnector.Tests\MySqlConnector.Tests.csproj /p:Configuration=Baseline
47
-dotnet test tests\MySqlConnector.Tests\MySqlConnector.Tests.csproj -c Baseline
48
-if ($LASTEXITCODE -ne 0){
49
- exit $LASTEXITCODE;
50
-}
51
52
-echo "Executing baseline tests with No Compression, No SSL"
53
-Copy-Item -Force .ci\config\config.json tests\SideBySide\config.json
54
-dotnet restore tests\SideBySide\SideBySide.csproj /p:Configuration=Baseline
55
-dotnet test tests\SideBySide\SideBySide.csproj -c Baseline
56
57
58
0 commit comments