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 a1ee386 commit 5edfa55Copy full SHA for 5edfa55
1 file changed
appveyor.yml
@@ -53,12 +53,6 @@ for:
53
- mssql
54
- mysql
55
- postgresql
56
- before_build:
57
- - ps: .\build\build_prep.ps1
58
- build_script:
59
- - ps: .\build\build.ps1 -Script .\build.cake
60
- after_build:
61
- - ps: .\build\copy_build_files.ps1
62
before_test:
63
- sudo -u postgres psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';"
64
- ps: .\tests\appveyor.prep.ps1
0 commit comments