Skip to content

Commit

Permalink
fix: three dots path not work in linux in build script (#15297)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Aug 19, 2021
1 parent 060da49 commit cfe1683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $root = Resolve-Path ($PSScriptRoot + "/../..")
Set-Location $root
$sdks = @{};

foreach ($sdk in (Get-ModuleDirs 'sdk/...')) {
foreach ($sdk in (Get-ModuleDirs 'sdk/')) {
$name = $sdk | split-path -leaf
$sdks[$name] = @{
'path' = $sdk;
Expand Down

0 comments on commit cfe1683

Please sign in to comment.