How does the DevOps Pipeline handle Skipped Steps?
My client is using an Azure Pipeline that conditionally skips steps if they are not needed. So in a particular execution of this pipeline, some of the steps do not get run at all. However, when I see this execution from ServiceNow's Pipeline Executio...