Skip to content

Commit ac05fd3

Browse files
committed
make build fail when unit tests fail
1 parent 8fa608c commit ac05fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/RabbitMQ.Client.Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<!-- Running the tests -->
6262
<Target Name="RunUnitTests" DependsOnTargets="ImportSSL">
63-
<Exec Command='$(MonoNunitTempSetting)$(PropLaunchExe)..\..\..\lib\nunit\nunit-console.exe "build\bin\$(AssemblyName).dll"' WorkingDirectory="$(MSBuildProjectDirectory)" ContinueOnError="true" />
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 -->

0 commit comments

Comments
 (0)