Skip to content

Commit

Permalink
[eng] have verify autorest warn instead of raise (#20913)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Sep 29, 2021
1 parent bb686d8 commit 0bb957a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions eng/pipelines/templates/steps/verify-autorest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ steps:
- task: PythonScript@0
displayName: 'Verify autorest'
continueOnError: true
inputs:
scriptPath: 'scripts/devops_tasks/verify_autorest.py'
arguments: >-
Expand Down
1 change: 0 additions & 1 deletion scripts/devops_tasks/verify_autorest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import argparse
import os
import logging
import sys

from common_tasks import run_check_call

Expand Down

0 comments on commit 0bb957a

Please sign in to comment.