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
- Host: GitHub
- URL: https://github.com/codebytes/automatingazuredevops
- Owner: codebytes
- Created: 2019-10-19T01:34:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:41:00.000Z (about 5 years ago)
- Last Synced: 2025-01-22T06:48:12.920Z (11 months ago)
- Topics: automating-azure-devops, hacktoberfest
- Language: PowerShell
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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