Skip to content

Commit

Permalink
Enable API change detection for track2 management package (#20524)
Browse files Browse the repository at this point in the history
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
  • Loading branch information
azure-sdk and praveenkuttappan authored Feb 25, 2022
1 parent a595cb2 commit ece97a6
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 @@ -60,7 +60,7 @@ function Should-Process-Package($pkgPath, $packageName)
# Get package info from json file created before updating version to daily dev
$pkgInfo = Get-Content $pkgPropPath | ConvertFrom-Json
Write-Host "SDK Type: $($pkgInfo.SdkType)"
return ($pkgInfo.SdkType -eq "client" -and $pkgInfo.IsNewSdk)
return $pkgInfo.IsNewSdk
}

function Log-Input-Params()
Expand Down

0 comments on commit ece97a6

Please sign in to comment.