mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
* azcopy10 deployment for Windows has been added * small bugfixing * Header has been added to Install-AzCopy.ps1 * Header has been added to Validate-AzCopy.ps1 * Packer tempaltes have been modified
6 lines
261 B
PowerShell
6 lines
261 B
PowerShell
################################################################################
|
|
## File: Install-AzCopy.ps1
|
|
## Desc: Install AzCopy10
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName azcopy10 |