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 44 [string ] $StorageContainerName = ' public-vcpkg-container'
55)
66
7- . " $PSScriptRoot /../common/scripts/ Helpers/PSModule-Helpers.ps1"
7+ . " $PSScriptRoot /Helpers/PSModule-Helpers.ps1"
88
99Write-Host " `$ env:PSModulePath = $ ( $env: PSModulePath ) "
1010
2020$modulePaths = $env: PSModulePath -split $moduleSeperator
2121$modulePaths = $modulePaths.Where ({ ! $_.StartsWith ($hostedAgentModulePath ) })
2222$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 ) {
2424 $modulePaths += $AzModuleCachePath
2525}
2626
You can’t perform that action at this time.
0 commit comments