Skip to content

Commit 417966f

Browse files
committed
fix the package properties issue
1 parent 0ac0577 commit 417966f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function Get-AllPackageInfoFromRepo ($serviceDirectory)
161161
$allPkgPropLines = $null
162162
try
163163
{
164-
$pathToBuild = (Join-Path $RepoRoot "tools" "azure-sdk-tools[build]")
164+
$pathToBuild = (Join-Path $RepoRoot "eng" "tools" "azure-sdk-tools[build]")
165165
# Use ‘uv pip install’ if uv is on PATH, otherwise fall back to python -m pip
166166
if (Get-Command uv -ErrorAction SilentlyContinue) {
167167
Write-Host "Using uv pip install"

0 commit comments

Comments
 (0)