File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,17 @@ version: '{build}'
22image : Visual Studio 2017
33environment :
44 matrix :
5- - DB : SqlServer2008
6- CONNECTION_STRING : Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
7- - DB : PostgreSQL
8- CONNECTION_STRING : Host=localhost;Port=5432;Username=postgres;Password=Password12!;Database=nhibernate;Enlist=true;
9- - DB : Firebird
10- - DB : MySQL
11- CONNECTION_STRING : Server=127.0.0.1;Uid=root;Pwd=Password12!;Database=nhibernate;Old Guids=True;
12- - DB : SQLite
5+ - DB : Firebird
6+ - DB : Firebird
7+ - DB : Firebird
8+ - DB : Firebird
9+ - DB : Firebird
10+ - DB : Firebird
11+ - DB : Firebird
12+ - DB : Firebird
13+ - DB : Firebird
14+ - DB : Firebird
15+
1316init :
1417 # Required for having windows endlines in sources zip
1518 - git config --global core.autocrlf true
You can’t perform that action at this time.
0 commit comments