-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.yaml
81 lines (77 loc) · 2.48 KB
/
module.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
notests *default:
build:
target: Vostok.Hosting.sln
configuration: NoTests
tool:
name: dotnet
install:
- Vostok.Hosting/bin/Release/netstandard2.0/Vostok.Hosting.dll
- module vostok.clusterconfig.client
- module vostok.configuration
- module vostok.configuration.sources
- module vostok.hercules.client
- module vostok.hosting.abstractions
- module vostok.logging.configuration
- module vostok.logging.console
- module vostok.logging.file
- module vostok.logging.hercules
- module vostok.metrics.hercules
- module vostok.servicediscovery
- module vostok.tracing
- module vostok.tracing.hercules
- module vostok.zookeeper.client
deps:
- vostok.tracing.extensions
- vostok.logging.formatting
- vostok.servicediscovery.telemetry.hercules
- vostok.servicediscovery.telemetry
- vostok.clusterclient.context
- vostok.clusterclient.core
- vostok.clusterclient.datacenters
- vostok.clusterclient.topology.cc
- vostok.clusterclient.topology.sd
- vostok.clusterclient.tracing
- vostok.clusterconfig.client
- vostok.clusterconfig.client.abstractions
- vostok.commons.environment/src
- vostok.commons.helpers/src
- vostok.commons.threading/src
- vostok.commons.time/src
- vostok.configuration
- vostok.configuration.abstractions
- vostok.configuration.logging
- vostok.configuration.sources
- vostok.configuration.sources.cc
- vostok.configuration.sources.json
- vostok.configuration.sources.xml
- vostok.configuration.sources.yaml
- vostok.context
- vostok.datacenters
- vostok.devtools
- vostok.hercules.client
- vostok.hercules.client.abstractions
- vostok.hosting.abstractions
- vostok.logging.abstractions
- vostok.logging.configuration
- vostok.logging.console
- vostok.logging.context
- vostok.logging.file
- vostok.logging.hercules
- vostok.logging.tracing
- vostok.metrics
- vostok.metrics.hercules
- vostok.metrics.system
- vostok.servicediscovery
- vostok.servicediscovery.abstractions
- vostok.tracing
- vostok.tracing.abstractions
- vostok.tracing.diagnostics
- vostok.tracing.hercules
- vostok.zookeeper.client
- vostok.zookeeper.client.abstractions
full-build > notests:
deps:
- vostok.commons.testing/src
build:
target: Vostok.Hosting.sln
configuration: Release