forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rush.json
46 lines (46 loc) · 1.19 KB
/
rush.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$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",
"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": "@autorest/schemas",
"projectFolder": "packages/libs/autorest-schemas",
"reviewCategory": "production",
"shouldPublish": false
}
/* #region ci-only
,{
"packageName": "@autorest/autorest",
"projectFolder": "autorestautorest",
"reviewCategory": "production",
"shouldPublish": true
}
/* #region end */
]
}