diff --git a/rush.json b/rush.json index 795c61f717..41a10aec15 100644 --- a/rush.json +++ b/rush.json @@ -94,6 +94,12 @@ */ "telemetryEnabled": false, "projects": [ + { + "packageName": "@autorest/powershell", + "projectFolder": "powershell", + "reviewCategory": "production", + "shouldPublish": true + }, { "packageName": "@azure-tools/typespec-powershell", "projectFolder": "packages/typespec-powershell", @@ -101,4 +107,4 @@ "shouldPublish": true } ] -} +} \ No newline at end of file