2018-10-19 23:14:07 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
|
2020-12-01 23:59:15 +03:00
|
|
|
"rushVersion": "5.35.2",
|
|
|
|
"pnpmVersion": "5.13.5",
|
2018-10-19 23:14:07 +03:00
|
|
|
"pnpmOptions": {},
|
2020-10-22 01:22:00 +03:00
|
|
|
"nodeSupportedVersionRange": ">=8.9.4 <15.0.0",
|
2021-01-26 02:55:42 +03:00
|
|
|
// Disabling this during migration of other repos as it is causing issues.
|
|
|
|
// This needs to be enabled again. https://github.com/Azure/autorest/issues/3807
|
2021-02-04 00:48:27 +03:00
|
|
|
"ensureConsistentVersions": true,
|
2020-12-16 18:36:57 +03:00
|
|
|
"projectFolderMinDepth": 3,
|
2018-10-19 23:14:07 +03:00
|
|
|
"projectFolderMaxDepth": 3,
|
|
|
|
"repository": {},
|
|
|
|
"eventHooks": {
|
|
|
|
"preRushInstall": [],
|
|
|
|
"postRushInstall": [],
|
|
|
|
"preRushBuild": [],
|
|
|
|
"postRushBuild": []
|
|
|
|
},
|
|
|
|
"telemetryEnabled": false,
|
|
|
|
"projects": [
|
2018-11-27 20:52:49 +03:00
|
|
|
{
|
2019-09-04 18:42:52 +03:00
|
|
|
"packageName": "@autorest/core",
|
2020-12-16 18:36:57 +03:00
|
|
|
"projectFolder": "packages/extensions/core",
|
2018-11-27 20:52:49 +03:00
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
2018-11-30 23:55:14 +03:00
|
|
|
},
|
|
|
|
{
|
2019-09-08 00:30:58 +03:00
|
|
|
"packageName": "autorest",
|
2020-12-16 18:36:57 +03:00
|
|
|
"projectFolder": "packages/apps/autorest",
|
2018-11-30 23:55:14 +03:00
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
2020-12-16 01:01:39 +03:00
|
|
|
},
|
2021-01-11 22:51:04 +03:00
|
|
|
{
|
|
|
|
"packageName": "md-mock-api",
|
|
|
|
"projectFolder": "packages/tools/md-mock-api",
|
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": false
|
|
|
|
},
|
2020-12-16 01:01:39 +03:00
|
|
|
{
|
|
|
|
"packageName": "@autorest/schemas",
|
2020-12-16 18:36:57 +03:00
|
|
|
"projectFolder": "packages/libs/autorest-schemas",
|
2020-12-16 01:01:39 +03:00
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": false
|
2021-01-25 23:05:34 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"packageName": "@autorest/codemodel",
|
|
|
|
"projectFolder": "packages/libs/codemodel",
|
2019-09-08 00:30:58 +03:00
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
2021-01-26 02:55:42 +03:00
|
|
|
},
|
2021-01-30 01:54:03 +03:00
|
|
|
{
|
|
|
|
"packageName": "@azure-tools/codegen",
|
|
|
|
"projectFolder": "packages/libs/codegen",
|
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
|
|
|
},
|
2021-01-30 01:02:06 +03:00
|
|
|
{
|
|
|
|
"packageName": "@azure-tools/oai2-to-oai3",
|
|
|
|
"projectFolder": "packages/libs/oai2-to-oai3",
|
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
|
|
|
},
|
2021-02-04 01:34:15 +03:00
|
|
|
{
|
|
|
|
"packageName": "@autorest/test-utils",
|
|
|
|
"projectFolder": "packages/testing/test-utils",
|
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
|
|
|
},
|
2021-01-30 02:46:06 +03:00
|
|
|
{
|
|
|
|
"packageName": "@autorest/extension-base",
|
|
|
|
"projectFolder": "packages/libs/extension-base",
|
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
|
|
|
},
|
2021-01-26 02:55:42 +03:00
|
|
|
{
|
|
|
|
"packageName": "@autorest/modelerfour",
|
|
|
|
"projectFolder": "packages/extensions/modelerfour",
|
|
|
|
"reviewCategory": "production",
|
|
|
|
"shouldPublish": true
|
2019-09-08 00:30:58 +03:00
|
|
|
}
|
2018-10-19 23:14:07 +03:00
|
|
|
]
|
2020-02-28 02:34:53 +03:00
|
|
|
}
|