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 c3f09ca commit 6acbb50Copy full SHA for 6acbb50
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