diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b7b9b4e099..55ffeacd309 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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