Sync eng/common directory with azure-sdk-tools for PR 10694 (#6587)
* 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>
This commit is contained in:
parent
ac3e303859
commit
3f167b07fd
@ -1,6 +1,6 @@
|
||||
# cSpell:ignore Apireview
|
||||
# cSpell:ignore Onboarded
|
||||
$RepoRoot = Resolve-Path "${PSScriptRoot}..\..\..\.."
|
||||
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot .. .. ..)
|
||||
$EngDir = Join-Path $RepoRoot "eng"
|
||||
$EngCommonDir = Join-Path $EngDir "common"
|
||||
$EngCommonScriptsDir = Join-Path $EngCommonDir "scripts"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user