We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f85f5 commit ab2c371Copy full SHA for ab2c371
eng/common/scripts/Helpers/Package-Helpers.ps1
@@ -79,7 +79,7 @@ function CompatibleConvertFrom-Yaml {
79
# Initialize any variables or checks that need to be done once
80
$yqPresent = Get-Command 'yq' -ErrorAction SilentlyContinue
81
if (-not $yqPresent) {
82
- . (Join-Path $PSScriptRoot "../../../../eng/common/scripts/Helpers" PSModule-Helpers.ps1)
+ . (Join-Path $PSScriptRoot PSModule-Helpers.ps1)
83
Install-ModuleIfNotInstalled -WhatIf:$false "powershell-yaml" "0.4.1" | Import-Module
84
}
85
@@ -90,4 +90,4 @@ function CompatibleConvertFrom-Yaml {
90
else {
91
return ConvertFrom-Yaml $content
92
93
-}
+}
0 commit comments