Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 798 Bytes

File metadata and controls

21 lines (16 loc) · 798 Bytes

azdo-build-stats 🔧

PowerShell-скрипт для получения статистики билдов по всем проектам Azure DevOps Server 2022

PowerShell AzDO

Требования

  • PowerShell 5.1+ или 7+
  • PAT с правами: Project (Read), Build (Read)

Быстрый старт

.\src\Get-AzdoBuildStats.ps1 `
    -ServerUrl  "http://azdo.company.local" `
    -Collection "DefaultCollection" `
    -PAT        "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Разработка

См. CONTRIBUTING.md — запуск тестов, структура проекта, правила PR.