Skip to content

Commit f4ef8b5

Browse files
committed
TeamCity: Enable Microsoft Sql Server 2012 dialect
1 parent bc2dc46 commit f4ef8b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

teamcity.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<property name="teamcity.last.result" value="${root.dir}/lib/teamcity/sqlServerOdbc/NHibernate.Test.last-results.xml" />
6363
</target>
6464

65+
<target name="setup-teamcity-sqlServer2012">
66+
<property name="nhibernate.dialect" value="NHibernate.Dialect.MsSql2012Dialect" />
67+
</target>
68+
6569
<target name="setup-teamcity-sqlServerCe32">
6670
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.SqlServerCeDriver" />
6771
<property name="nhibernate.dialect" value="NHibernate.Dialect.MsSqlCe40Dialect" />

0 commit comments

Comments
 (0)