Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline…
Validating Azure Pipeline Changes When modifying Azure DevOps pipeline files (YAML files in build/azure-pipelines/), you can validate changes locally using the Azure CLI before committing. This avoids the slow feedback loop of pushing changes, waiting for CI, and checking results. Prerequisites Check if Azure CLI is installed: az --version If not installed, install it: # macOS brew install azure-cli # Windows (PowerShell as Administrator) winget install Microsoft.AzureCLI
don't have the plugin yet? install it then click "run inline in claude" again.