·azure-pipelines
</>

azure-pipelines

在验证 VS Code 构建的 Azure DevOps 管道更改时使用。涵盖排队构建、检查构建状态、查看日志以及迭代管道 YAML 更改,而无需等待完整的 CI 运行。

77安装·3热度·@microsoft

安装

$npx skills add https://github.com/microsoft/vscode --skill azure-pipelines

如何安装 azure-pipelines

通过命令行快速安装 azure-pipelines AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/microsoft/vscode --skill azure-pipelines
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:microsoft/vscode。

SKILL.md

查看原文

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.

These scheduled builds use the same pipeline definition (111) but run on the main branch to produce Insider releases.

Important: Before queueing a new build, cancel any previous builds on the same branch that you no longer need. This frees up build agents and reduces resource waste: ```bash # Find the build ID from status, then cancel it node --experimental-strip-types .github/skills/azure-pipelines/azure-pipeline.ts status

在验证 VS Code 构建的 Azure DevOps 管道更改时使用。涵盖排队构建、检查构建状态、查看日志以及迭代管道 YAML 更改,而无需等待完整的 CI 运行。 来源:microsoft/vscode。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/microsoft/vscode --skill azure-pipelines
分类
</>开发工具
认证
收录时间
2026-02-21
更新时间
2026-03-10

Browse more skills from microsoft/vscode

快速解答

什么是 azure-pipelines?

在验证 VS Code 构建的 Azure DevOps 管道更改时使用。涵盖排队构建、检查构建状态、查看日志以及迭代管道 YAML 更改,而无需等待完整的 CI 运行。 来源:microsoft/vscode。

如何安装 azure-pipelines?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/microsoft/vscode --skill azure-pipelines 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/microsoft/vscode