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 23
23
24
24
<target name =" verify-test-results" >
25
25
<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. -->
27
28
<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}" />
28
30
<property name =" teamcity.report" value =" ${testResult::CompareResults(teamcity.current.result, teamcity.last.result)}" />
29
31
</if >
30
32
</target >
You can’t perform that action at this time.
0 commit comments