Skip to content

Commit

Permalink
{CI} Add statement for azdev style (#7099)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml

* Update azure-pipelines.yml
  • Loading branch information
wangzelin007 committed Dec 19, 2023
1 parent f3452f4 commit a439f67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ jobs:
AZURE_EXTENSION_DIR=~/.azure/cliextensions az --version
AZURE_EXTENSION_DIR=~/.azure/cliextensions python scripts/ci/azdev_linter_style.py --type style
echo "------------------- Please note -------------------"
echo "This task does not block the PR merge."
echo "And it is recommended if you want to create a separate PR to fix these style issues."
echo "CLI will modify it to force block PR merge on 2025."
echo "---------------------- Thanks ----------------------"
displayName: "azdev style on Modified Extensions"
env:
ADO_PULL_REQUEST_LATEST_COMMIT: HEAD
Expand Down

0 comments on commit a439f67

Please sign in to comment.