Skip to content

Commit 8edb4cd

Browse files
author
gitstua
committed
quick post as sample azure ADO cli extension - fix
1 parent 285eb61 commit 8edb4cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2021-05-17-azure-devops-repos.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@ foreach ($Proj in $Projects) {
3939
foreach ($Repo in $Repos) {
4040
Write-Output $Repo.webUrl
4141
}
42-
}```
42+
}
43+
```
4344

44-
Here is some sample output which you can use.
45+
Here is a sample showing output.
4546
```
4647
PS C:\Dev\ado-api> & .\getRepos.ps1
4748
https://dev.azure.com/exampleorg/java-jsf1/_git/java-jsf1
4849
https://dev.azure.com/exampleorg/Jan2021Example/_git/Jan2021Example
49-
https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag```
50+
https://dev.azure.com/exampleorg/B2C%20Brownbag/_git/B2C%20Brownbag
51+
```
5052
## Credits
5153
Thanks to Simon Wahlinfor the [post](https://blog.simonw.se/cloning-all-repositories-from-azure-devops-using-azure-cli/)
5254

0 commit comments

Comments
 (0)