From f2a6673a4508f74e20aa0ba568e73f7c93e45687 Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Wed, 10 Jul 2024 12:11:36 +0800 Subject: [PATCH] Revert "Update rush.json for test (#1354)" (#1355) This reverts commit ff790224bb75e5abdce5c43f1fc60be6091d8cbc. --- rush.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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