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}'
2
2
image : Visual Studio 2017
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 : 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
+
13
16
init :
14
17
# Required for having windows endlines in sources zip
15
18
- git config --global core.autocrlf true
You can’t perform that action at this time.
0 commit comments