Skip to content

Commit

Permalink
Merge 24530 into default
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Powell committed Feb 14, 2012
2 parents 8fa608c + 8c254ed commit 1d62ebf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions projects/client/Unit/RabbitMQ.Client.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
</PropertyGroup>

<!-- Running the tests -->
<Target Name="RunUnitTests" DependsOnTargets="ImportSSL">
<Exec Command='$(MonoNunitTempSetting)$(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory="$(MSBuildProjectDirectory)" ContinueOnError="true" />
<Target Name="RunUnitTests" DependsOnTargets="Build;ImportSSL">
<Exec Command='$(MonoNunitTempSetting)$(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory="$(MSBuildProjectDirectory)" ContinueOnError="false" />
</Target>

<!-- Clean test result file -->
Expand Down Expand Up @@ -97,10 +97,7 @@
<!-- Microsoft CSharp targets -->
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

<!-- Custom AfterBuild -->
<Target Name="AfterBuild" DependsOnTargets="RunUnitTests" />

<!-- Custom BeforeClean -->
<!-- Custom BeforeClean -->
<Target Name="BeforeClean" DependsOnTargets="CleanTestResults" />

</Project>
Expand Down

0 comments on commit 1d62ebf

Please sign in to comment.