Skip to content

Commit ece97a6

Browse files
Enable API change detection for track2 management package (Azure#20524)
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
1 parent a595cb2 commit ece97a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Detect-Api-Changes.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function Should-Process-Package($pkgPath, $packageName)
6060
# Get package info from json file created before updating version to daily dev
6161
$pkgInfo = Get-Content $pkgPropPath | ConvertFrom-Json
6262
Write-Host "SDK Type: $($pkgInfo.SdkType)"
63-
return ($pkgInfo.SdkType -eq "client" -and $pkgInfo.IsNewSdk)
63+
return $pkgInfo.IsNewSdk
6464
}
6565

6666
function Log-Input-Params()

0 commit comments

Comments
 (0)