-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfiguration.json
36 lines (36 loc) · 1.12 KB
/
configuration.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
{
"environments": [
{
"Name": "production",
"VssExtensionIdSuffix": "",
"VssExtensionGalleryFlags": [
"Public"
],
"DisplayNamesSuffix": "",
"TaskIds": {
"Yarn": "0888c9a9-d1b2-4567-aae2-beadcb2059b3",
"YarnInstaller": "2ec1147b-5c33-41df-94b5-676758d87c1b"
}
},
{
"Name": "preview",
"VssExtensionIdSuffix": "-preview",
"VssExtensionGalleryFlags": [],
"DisplayNamesSuffix": " (Preview)",
"TaskIds": {
"Yarn": "921bbcb2-f3fe-4b91-a11e-6058a0f745ea",
"YarnInstaller": "ea727cbf-55f1-4c53-936d-41de6c8f0532"
}
},
{
"Name": "dev",
"VssExtensionIdSuffix": "-dev",
"VssExtensionGalleryFlags": [],
"DisplayNamesSuffix": " (Development)",
"TaskIds": {
"Yarn": "57066373-3f34-492b-941a-d66dd6b079c4",
"YarnInstaller": "920f3027-2a07-4619-a8df-2ed5cc4eb791"
}
}
]
}