|
12 | 12 |
|
13 | 13 | <property name="build.number" value="${CCNetLabel}" if="${property::exists('CCNetLabel')}" /> |
14 | 14 |
|
15 | | - <target name="clean-configure-test" depends="cleanall init copy-nunitaddin copy-teamcity-configuration binaries test verify-test-results binaries-zip" /> |
16 | | - |
17 | | - <target name="copy-nunitaddin" depends="init"> |
18 | | - <if test="${property::exists('teamcity.dotnet.nunitaddin')}"> |
19 | | - <copy todir="${tools.dir}/NUnit/addins"> |
20 | | - <fileset> |
21 | | - <include name="${teamcity.dotnet.nunitaddin}-2.6.1.*" /> |
22 | | - </fileset> |
23 | | - </copy> |
24 | | - </if> |
25 | | - </target> |
| 15 | + <target name="clean-configure-test" depends="cleanall init copy-teamcity-configuration binaries test verify-test-results binaries-zip" /> |
26 | 16 |
|
27 | 17 | <target name="copy-teamcity-configuration"> |
28 | 18 | <copy file="build-common/teamcity-hibernate.cfg.xml" tofile="${bin.dir}/hibernate.cfg.xml" /> |
|
81 | 71 | </target> |
82 | 72 |
|
83 | 73 | <target name="setup-teamcity-sqlServerCe64"> |
| 74 | + <property name="nunit-x64" value="true" /> |
84 | 75 | <property name="nhibernate.connection.driver_class" value="NHibernate.Driver.SqlServerCeDriver" /> |
85 | 76 | <property name="nhibernate.dialect" value="NHibernate.Dialect.MsSqlCe40Dialect" /> |
86 | 77 | <property name="nhibernate.connection.connection_string" value="Data Source=NHibernate.sdf" /> |
|
109 | 100 | </target> |
110 | 101 |
|
111 | 102 | <target name="setup-teamcity-firebird64"> |
112 | | - <property name="nunit-console" value="${tools.dir}/NUnit/nunit-console.exe" /> |
113 | | - <property name="nunit.found" value="true" /> |
| 103 | + <property name="nunit-x64" value="true" /> |
114 | 104 | <property name="nhibernate.connection.driver_class" value="NHibernate.Driver.FirebirdClientDriver" /> |
115 | 105 | <property name="nhibernate.dialect" value="NHibernate.Dialect.FirebirdDialect" /> |
116 | 106 | <property name="nhibernate.connection.connection_string" value="Database=NHibernate.fdb;ServerType=1;UserID=SYSDBA" /> |
|
136 | 126 | </target> |
137 | 127 |
|
138 | 128 | <target name="setup-teamcity-sqlite64"> |
| 129 | + <property name="nunit-x64" value="true" /> |
139 | 130 | <property name="nhibernate.connection.driver_class" value="NHibernate.Driver.SQLite20Driver" /> |
140 | 131 | <property name="nhibernate.dialect" value="NHibernate.Dialect.SQLiteDialect" /> |
141 | 132 | <property name="nhibernate.connection.connection_string" value="Data Source=NHibernate.db" /> |
|
179 | 170 | </target> |
180 | 171 |
|
181 | 172 | <target name="setup-teamcity-oracle64"> |
| 173 | + <property name="nunit-x64" value="true" /> |
182 | 174 | <property name="nhibernate.connection.driver_class" value="NHibernate.Driver.OracleDataClientDriver" /> |
183 | 175 | <property name="nhibernate.dialect" value="NHibernate.Dialect.Oracle10gDialect" /> |
184 | 176 | <property name="nhibernate.connection.connection_string" value="User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))" /> |
|
210 | 202 | </target> |
211 | 203 |
|
212 | 204 | <target name="setup-teamcity-oracle-managed64"> |
| 205 | + <property name="nunit-x64" value="true" /> |
213 | 206 | <property name="nhibernate.connection.driver_class" value="NHibernate.Driver.OracleManagedDataClientDriver" /> |
214 | 207 | <property name="nhibernate.dialect" value="NHibernate.Dialect.Oracle10gDialect" /> |
215 | 208 | <property name="nhibernate.connection.connection_string" value="User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))" /> |
|
0 commit comments