Skip to content

Commit f451b81

Browse files
azure-sdkbenbpweshaggard
authored
Sync eng/common directory with azure-sdk-tools for PR 10694 (#3138)
* Use correct leading slash in common.ps1 repo root resolution * Update eng/common/scripts/common.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> --------- Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
1 parent 693ffc5 commit f451b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/common/scripts/common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cSpell:ignore Apireview
22
# cSpell:ignore Onboarded
3-
$RepoRoot = Resolve-Path "${PSScriptRoot}..\..\..\.."
3+
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot .. .. ..)
44
$EngDir = Join-Path $RepoRoot "eng"
55
$EngCommonDir = Join-Path $EngDir "common"
66
$EngCommonScriptsDir = Join-Path $EngCommonDir "scripts"

0 commit comments

Comments
 (0)