File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ version: '{build}'
2
2
image : Visual Studio 2022
3
3
environment :
4
4
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;
9
9
- DB : PostgreSQL
10
10
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
16
16
init :
17
17
# Required for having windows endlines in sources zip
18
18
- git config --global core.autocrlf true
You can’t perform that action at this time.
0 commit comments