Skip to content

Commit 11bb421

Browse files
chunyu3weshaggard
andauthored
run Update-Mgmt-CI.ps1 in automation (Azure#46748)
* run Update-Mgmt-CI.ps1 in automation * Update eng/scripts/automation/GenerateAndBuildLib.ps1 Co-authored-by: Wes Haggard <[email protected]> --------- Co-authored-by: Wes Haggard <[email protected]>
1 parent e665cae commit 11bb421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/scripts/automation/GenerateAndBuildLib.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,10 @@ function GeneratePackage()
771771
}
772772

773773
if ($isGenerateSuccess) {
774+
# update resourcemanager ci.mgmt.yml for mgmt sdk
775+
if ($serviceType -eq "resource-manager") {
776+
& $sdkRootPath/eng/scripts/Update-Mgmt-CI.ps1
777+
}
774778
# Build project when successfully generated the code
775779
Write-Host "Start to build sdk project: $srcPath"
776780
dotnet build $srcPath /p:RunApiCompat=$false

0 commit comments

Comments
 (0)