File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5959 </PropertyGroup >
6060
6161 <!-- Running the tests -->
62- <Target Name =" RunUnitTests" DependsOnTargets =" ImportSSL" >
63- <Exec Command =' $(MonoNunitTempSetting)$(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory =" $(MSBuildProjectDirectory)" ContinueOnError =" true " />
62+ <Target Name =" RunUnitTests" DependsOnTargets =" Build; ImportSSL" >
63+ <Exec Command =' $(MonoNunitTempSetting)$(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory =" $(MSBuildProjectDirectory)" ContinueOnError =" false " />
6464 </Target >
6565
6666 <!-- Clean test result file -->
9797 <!-- Microsoft CSharp targets -->
9898 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
9999
100- <!-- Custom AfterBuild -->
101- <Target Name =" AfterBuild" DependsOnTargets =" RunUnitTests" />
102-
103- <!-- Custom BeforeClean -->
100+ <!-- Custom BeforeClean -->
104101 <Target Name =" BeforeClean" DependsOnTargets =" CleanTestResults" />
105102
106103</Project >
You can’t perform that action at this time.
0 commit comments