Skip to content

Commit 1a2d126

Browse files
committed
TeamCity - use "SQL Server Native Client 11.0" for ODBC tests
1 parent 8a733e3 commit 1a2d126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teamcity.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<target name="setup-teamcity-sqlServerOdbc">
3939
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.OdbcDriver" />
40-
<property name="nhibernate.connection.connection_string" value="Driver={SQL Native Client};Server=.\SQLExpress;Database=nhibernateOdbc;Trusted_Connection=yes" />
40+
<property name="nhibernate.connection.connection_string" value="Driver={SQL Server Native Client 11.0};Server=.\SQLExpress;Database=nhibernateOdbc;Trusted_Connection=yes" />
4141
<property name="NHibernate.Test.IgnoreFail" value="true" />
4242
<property name="teamcity.last.result" value="${root.dir}/lib/teamcity/sqlServerOdbc/NHibernate.Test.last-results.xml" />
4343
</target>

0 commit comments

Comments
 (0)