-
Notifications
You must be signed in to change notification settings - Fork 18
Install service ignores exceptions #45
Comments
@marcselis Are you deploying using a deployment group? |
@MattDavisRM, no we are deploying on a remote server using WinRM. |
I'm using version 8 of the Install Topshelf Service and targeting a deployment group and encountering exactly the same behavior. The "Got something other then Ok from Topshelf" is from my startup code, and it is returning the integer value of AbnormalExit from my Main function. Logs: |
@andymerts You might look at #43 , I haven't looking into it close to two years, but I couldn't get a resolution and ended up not using this for targeting deployment groups. |
The install service task is marked as successful even if the underlying TopShelf executable threw an exception while installing the service.
The text was updated successfully, but these errors were encountered: