File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ $baseDir = Split-Path -Parent $PSCommandPath
13
13
14
14
$FirebirdConfiguration = @ {
15
15
FB50 = @ {
16
- Download = ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z' ;
17
- Executable = ' .\firebird.exe' ;
18
- Args = @ (' -a' );
19
- };
16
+ Download = ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z'
17
+ Executable = ' .\firebird.exe'
18
+ Args = @ (' -a' )
19
+ }
20
20
FB40 = @ {
21
- Download = ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z' ;
22
- Executable = ' .\firebird.exe' ;
23
- Args = @ (' -a' );
24
- };
21
+ Download = ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z'
22
+ Executable = ' .\firebird.exe'
23
+ Args = @ (' -a' )
24
+ }
25
25
FB30 = @ {
26
- Download = ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb30.7z' ;
27
- Executable = ' .\firebird.exe' ;
28
- Args = @ (' -a' );
29
- };
26
+ Download = ' https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb30.7z'
27
+ Executable = ' .\firebird.exe'
28
+ Args = @ (' -a' )
29
+ }
30
30
}
31
31
32
32
$testsBaseDir = " $baseDir \src\FirebirdSql.Data.FirebirdClient.Tests"
You can’t perform that action at this time.
0 commit comments