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 0ac0577 commit 417966fCopy full SHA for 417966f
eng/scripts/Language-Settings.ps1
@@ -161,7 +161,7 @@ function Get-AllPackageInfoFromRepo ($serviceDirectory)
161
$allPkgPropLines = $null
162
try
163
{
164
- $pathToBuild = (Join-Path $RepoRoot "tools" "azure-sdk-tools[build]")
+ $pathToBuild = (Join-Path $RepoRoot "eng" "tools" "azure-sdk-tools[build]")
165
# Use ‘uv pip install’ if uv is on PATH, otherwise fall back to python -m pip
166
if (Get-Command uv -ErrorAction SilentlyContinue) {
167
Write-Host "Using uv pip install"
0 commit comments