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 dda86d6 commit a852cadCopy full SHA for a852cad
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 "${PSScriptRoot}/../../../"
4
$EngDir = Join-Path $RepoRoot "eng"
5
$EngCommonDir = Join-Path $EngDir "common"
6
$EngCommonScriptsDir = Join-Path $EngCommonDir "scripts"
0 commit comments