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 6fdafc3 commit 5bb98ebCopy full SHA for 5bb98eb
appveyor.yml
@@ -31,7 +31,7 @@ environment:
31
SqlServerConnectionString: Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!
32
33
services:
34
- - mysql
+ # - mysql
35
- postgresql
36
37
init:
@@ -46,7 +46,7 @@ build_script:
46
# Postgres
47
- createdb test
48
# MySQL
49
- - mysql -e "create database test;" --user=root
+ # - mysql -e "create database test;" --user=root
50
# Our stuff
51
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
52
0 commit comments