Determine Azure Pipeline success based on logs
How to determine success or failure in Azure Pipeline stage, based on logs? I have following output and I'd like to set status as failed based on message from logs. How to edit .yaml file to achieve this? My .yaml…