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 e1d3d6f commit b4c0677Copy full SHA for b4c0677
eng/common/scripts/common.ps1
@@ -1,6 +1,6 @@
1
# cSpell:ignore Apireview
2
# cSpell:ignore Onboarded
3
-$RepoRoot = Resolve-Path "${PSScriptRoot}/../../../"
+$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot .. .. ..)
4
$EngDir = Join-Path $RepoRoot "eng"
5
$EngCommonDir = Join-Path $EngDir "common"
6
$EngCommonScriptsDir = Join-Path $EngCommonDir "scripts"
0 commit comments