Skip to content

Commit fbafe5b

Browse files
Add mgmt emitter (#52991)
1 parent 7f69a66 commit fbafe5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/scripts/automation/GenerateAndBuildLib.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,8 @@ function GetSDKProjectFolder()
923923
$csharpOpts = $yml["options"]["@azure-tools/typespec-csharp"]
924924
} elseif ($yml["options"] -And $yml["options"]["@azure-typespec/http-client-csharp"]) {
925925
$csharpOpts = $yml["options"]["@azure-typespec/http-client-csharp"]
926+
} elseif ($yml["options"] -And $yml["options"]["@azure-typespec/http-client-csharp-mgmt"]) {
927+
$csharpOpts = $yml["options"]["@azure-typespec/http-client-csharp-mgmt"]
926928
}
927929

928930
if ($csharpOpts) {

0 commit comments

Comments
 (0)