Skip to content

Commit

Permalink
chore: Include winget package installation option
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Clayton authored Aug 8, 2023
1 parent 6365d0e commit bb195a5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions devops/Powershell/DownloadAzDOProjectRepositories.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Download all the git source code repositories from an Azure Dev Ops Organisation and Project to a single directory.

# 1. Pre Requisites (uncomment as needed)
# choco install powershell -y
# choco install powershell-core -y
# choco install Git -y
# choco install azure-cli -y
# choco install powershell -y
# choco install powershell-core -y
# choco install Git -y
# choco install azure-cli -y

# Alternate package installation for Windows 11
# winget install -e --id Microsoft.PowerShell
# winget install -e --id Microsoft.WindowsTerminal
# winget install -e --id Git.Git
# winget install -e --id Microsoft.AzureCLI

Clear-Host

Expand Down

0 comments on commit bb195a5

Please sign in to comment.