Skip to content

Commit

Permalink
resolve the last location that name is erroneously referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Aug 7, 2024
1 parent b41715f commit 83fd5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Detect-Api-Changes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ foreach ($packagePropFile in $packageProperties)
{
$pkgPath = $packages.Values[0]
$isRequired = Should-Process-Package -pkgPath $pkgPath -packageName $($packageMetadata.ArtifactName)
Write-Host "Is API change detect required for $($packages.Name):$($isRequired)"
Write-Host "Is API change detect required for $($packages.ArtifactName):$($isRequired)"
if ($isRequired -eq $True)
{
$filePath = $pkgPath.Replace($ArtifactPath , "").Replace("\", "/")
Expand Down

0 comments on commit 83fd5f7

Please sign in to comment.