·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