Skip to content

Commit 89474c4

Browse files
authored
Update appveyor.yml
1 parent 2d7c10e commit 89474c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

appveyor.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ version: '{build}'
22
image: Visual Studio 2022
33
environment:
44
matrix:
5-
# - DB: SqlServer2008
6-
# CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
7-
# - DB: SqlServer2008-MicrosoftDataSqlClientDriver
8-
# CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
5+
- DB: SqlServer2008
6+
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
7+
- DB: SqlServer2008-MicrosoftDataSqlClientDriver
8+
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
99
- DB: PostgreSQL
1010
CONNECTION_STRING: Host=localhost;Port=5432;Username=postgres;Password=Password12!;Database=nhibernate;Enlist=true;
11-
# - DB: Firebird
12-
# - DB: Firebird4
13-
# - DB: MySQL
14-
# CONNECTION_STRING: Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;SslMode=none;CharSet=utf8;
15-
# - DB: SQLite
11+
- DB: Firebird
12+
- DB: Firebird4
13+
- DB: MySQL
14+
CONNECTION_STRING: Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;SslMode=none;CharSet=utf8;
15+
- DB: SQLite
1616
init:
1717
# Required for having windows endlines in sources zip
1818
- git config --global core.autocrlf true

0 commit comments

Comments
 (0)