mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 02:18:40 +08:00
[windows] clarify Install-AzureModules description (#8273)
This commit is contained in:
@@ -1,14 +1,9 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## File: Install-AzureModules.ps1
|
## File: Install-AzureModules.ps1
|
||||||
## Desc: Install Azure PowerShell modules
|
## Desc: PowerShell modules used by AzureFileCopy@4, AzureFileCopy@5, AzurePowerShell@4, AzurePowerShell@5 tasks
|
||||||
## Supply chain security: package manager
|
## Supply chain security: package manager
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
#
|
|
||||||
# prepares the environment for the Azure PowerShell modules
|
|
||||||
# used by AzureFileCopy@4, AzureFileCopy@5, AzurePowerShell@4, AzurePowerShell@5 tasks
|
|
||||||
#
|
|
||||||
|
|
||||||
# The correct Modules need to be saved in C:\Modules
|
# The correct Modules need to be saved in C:\Modules
|
||||||
$installPSModulePath = "C:\\Modules"
|
$installPSModulePath = "C:\\Modules"
|
||||||
if (-not (Test-Path -LiteralPath $installPSModulePath))
|
if (-not (Test-Path -LiteralPath $installPSModulePath))
|
||||||
|
|||||||
Reference in New Issue
Block a user