项目作者: Codebytes

项目描述 :
Scripts for Automating Azure DevOps
高级语言: PowerShell
项目地址: git://github.com/Codebytes/automatingAzureDevOps.git
创建时间: 2019-10-19T01:34:03Z
项目社区:https://github.com/Codebytes/automatingAzureDevOps

开源协议:

下载


automatingAzureDevOps

Scripts for Automating Azure DevOps

To scaffold out a project in an org:
1) clone repo
2) from the scaffoldProject folder
1) edit the org_details.txt file with information for your organization
2) install the azure cli
3) install the azure cli devops extension
4) login (azure devops login)
5) run .\scaffolding.ps1 .\org_details.txt

to cleanup:
1) .\cleanupProject.ps1 .\org_details.txt