generated from SwissLife-OSS/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
boost.json
34 lines (34 loc) · 1.04 KB
/
boost.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
{
"SuperBoosts": [
{
"Name": "Start DEV",
"Description": "Backend in VS | UI in Code | Terminal",
"Actions": [
{
"Type": "VS_SOLUTION",
"Value": "src/Tool/Boost.sln"
},
{
"Type": "CODE_DIRECTORY",
"Value": "src/UI/boost-ui"
},
{
"Type": "TERMINAL_DIRECTORY",
"Value": null
}
]
}
],
"WebLinks": [
{
"Title": "Release Build",
"Url": "https://dev.azure.com/swisslife-oss/swisslife-oss/_build?definitionId=39",
"Icon": "https://cdn.vsassets.io/ext/ms.vss-build-web/common-library/Nav-Launch.3tiJhd8JGiL0mrog.png"
},
{
"Title": "Nuget",
"Url": "https://www.nuget.org/packages/Boost.Tool",
"Icon": "https://www.nuget.org/Content/gallery/img/logo-og-600x600.png"
}
]
}