зеркало из https://github.com/Azure/autorest.git
83 строки
2.4 KiB
JSON
83 строки
2.4 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
|
|
"rushVersion": "5.35.2",
|
|
"pnpmVersion": "5.13.5",
|
|
"pnpmOptions": {},
|
|
"nodeSupportedVersionRange": ">=8.9.4 <15.0.0",
|
|
// 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
|
|
"ensureConsistentVersions": true,
|
|
"projectFolderMinDepth": 3,
|
|
"projectFolderMaxDepth": 3,
|
|
"repository": {},
|
|
"eventHooks": {
|
|
"preRushInstall": [],
|
|
"postRushInstall": [],
|
|
"preRushBuild": [],
|
|
"postRushBuild": []
|
|
},
|
|
"telemetryEnabled": false,
|
|
"projects": [
|
|
{
|
|
"packageName": "@autorest/core",
|
|
"projectFolder": "packages/extensions/core",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "autorest",
|
|
"projectFolder": "packages/apps/autorest",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "md-mock-api",
|
|
"projectFolder": "packages/tools/md-mock-api",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": false
|
|
},
|
|
{
|
|
"packageName": "@autorest/schemas",
|
|
"projectFolder": "packages/libs/autorest-schemas",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": false
|
|
},
|
|
{
|
|
"packageName": "@autorest/codemodel",
|
|
"projectFolder": "packages/libs/codemodel",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@azure-tools/codegen",
|
|
"projectFolder": "packages/libs/codegen",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@azure-tools/oai2-to-oai3",
|
|
"projectFolder": "packages/libs/oai2-to-oai3",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@autorest/test-utils",
|
|
"projectFolder": "packages/testing/test-utils",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@autorest/extension-base",
|
|
"projectFolder": "packages/libs/extension-base",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
},
|
|
{
|
|
"packageName": "@autorest/modelerfour",
|
|
"projectFolder": "packages/extensions/modelerfour",
|
|
"reviewCategory": "production",
|
|
"shouldPublish": true
|
|
}
|
|
]
|
|
}
|