An open API service indexing awesome lists of open source software.

https://github.com/codebytes/automatingazuredevops

Scripts for Automating Azure DevOps
https://github.com/codebytes/automatingazuredevops

automating-azure-devops hacktoberfest

Last synced: 9 months ago
JSON representation

Scripts for Automating Azure DevOps

Awesome Lists containing this project

README

          

# 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