Skip to content

Commit 20f7701

Browse files
authored
[eng] have verify autorest warn instead of raise (Azure#20913)
1 parent 878a12e commit 20f7701

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eng/pipelines/templates/steps/verify-autorest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ steps:
3434
3535
- task: PythonScript@0
3636
displayName: 'Verify autorest'
37+
continueOnError: true
3738
inputs:
3839
scriptPath: 'scripts/devops_tasks/verify_autorest.py'
3940
arguments: >-

scripts/devops_tasks/verify_autorest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import argparse
99
import os
1010
import logging
11-
import sys
1211

1312
from common_tasks import run_check_call
1413

0 commit comments

Comments
 (0)