Scripts for Automating Azure DevOps
To scaffold out a project in an org:
- clone repo
- from the scaffoldProject folder
- edit the org_details.txt file with information for your organization
- install the azure cli
- install the azure cli devops extension
- login (azure devops login)
- run .\scaffolding.ps1 .\org_details.txt
to cleanup:
- .\cleanupProject.ps1 .\org_details.txt