File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
[string ] $StorageContainerName = ' public-vcpkg-container'
5
5
)
6
6
7
- . " $PSScriptRoot /../common/scripts/ Helpers/PSModule-Helpers.ps1"
7
+ . " $PSScriptRoot /Helpers/PSModule-Helpers.ps1"
8
8
9
9
Write-Host " `$ env:PSModulePath = $ ( $env: PSModulePath ) "
10
10
20
20
$modulePaths = $env: PSModulePath -split $moduleSeperator
21
21
$modulePaths = $modulePaths.Where ({ ! $_.StartsWith ($hostedAgentModulePath ) })
22
22
$AzModuleCachePath = (Get-ChildItem " $hostedAgentModulePath /az_*" - Attributes Directory) -join $moduleSeperator
23
- if ($AzModuleCachePath -and $env. PSModulePath -notcontains $AzModuleCachePath ) {
23
+ if ($AzModuleCachePath -and $env: PSModulePath -notcontains $AzModuleCachePath ) {
24
24
$modulePaths += $AzModuleCachePath
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments