My solution has a bunch of projects one of which is a windows service; I have a prebuild step to stop the service and a postbuild step to restart it (this way the windows se
I figured it out - you simply need to add the following statement at the end:
SET ERRORLEVEL = 0
or simply:
EXIT 0