We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa608c commit ac05fd3Copy full SHA for ac05fd3
projects/client/Unit/RabbitMQ.Client.Unit.csproj
@@ -60,7 +60,7 @@
60
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" />
+ <Exec Command='$(MonoNunitTempSetting)$(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory="$(MSBuildProjectDirectory)" ContinueOnError="false" />
64
</Target>
65
66
<!-- Clean test result file -->
0 commit comments