Azure DevOps notifications not appearing (#1370)

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas
2021-10-19 08:50:00 -07:00
committed by GitHub
parent bb40c66eb0
commit 720c8dc466

View File

@ -261,6 +261,7 @@ def notify_ado(
try:
ado = ADO(container, filename, config, report)
ado.connect()
ado.process()
except (
AzureDevOpsAuthenticationError,