Skip to content

Commit d20a75e

Browse files
committed
Remove 'Baseline' tests from Appveyor.
These are being run by Azure Pipelines.
1 parent 8fb52b1 commit d20a75e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.ci/test.ps1

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,3 @@ if ($LASTEXITCODE -ne 0){
4141
}
4242

4343
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-
if ($LASTEXITCODE -ne 0){
57-
exit $LASTEXITCODE;
58-
}

0 commit comments

Comments
 (0)