Hey Guys,
We use a project to chain our deployment together and have an edge case where a server goes offline mid deployment and our top project thinks it’s a successful deployment but our lower level project has recognised the server has gone offline.
Is there anyway I can raise the condition that the server has gone offline or unavailable so it can be skipped on a code level? C# ideally.
Ta
-Chris