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 59
59
</PropertyGroup >
60
60
61
61
<!-- 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 " />
64
64
</Target >
65
65
66
66
<!-- Clean test result file -->
97
97
<!-- Microsoft CSharp targets -->
98
98
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
99
99
100
- <!-- Custom AfterBuild -->
101
- <Target Name =" AfterBuild" DependsOnTargets =" RunUnitTests" />
102
-
103
- <!-- Custom BeforeClean -->
100
+ <!-- Custom BeforeClean -->
104
101
<Target Name =" BeforeClean" DependsOnTargets =" CleanTestResults" />
105
102
106
103
</Project >
You can’t perform that action at this time.
0 commit comments