File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2323
2424 <target name =" verify-test-results" >
2525 <if test =" ${property::exists('NHibernate.Test.IgnoreFail')}" >
26- <copy file =" ${teamcity.last.result}" todir =" ${testresults.dir}" />
26+ <!-- Process the current results first, so that these will be available in build artifacts even
27+ if the last-result files is missing. -->
2728 <property name =" teamcity.current.result" value =" ${testResult::StripTimings(testresults.dir + '/NHibernate.Test.dll-results.xml', 'NHibernate.Test.current-results.xml')}" />
29+ <copy file =" ${teamcity.last.result}" todir =" ${testresults.dir}" />
2830 <property name =" teamcity.report" value =" ${testResult::CompareResults(teamcity.current.result, teamcity.last.result)}" />
2931 </if >
3032 </target >
You can’t perform that action at this time.
0 commit comments