-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.yaml
41 lines (37 loc) · 1.1 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
notests *default:
build:
target: Vostok.ClusterClient.Singular.sln
configuration: NoTests
tool:
name: dotnet
install:
- Vostok.ClusterClient.Singular/bin/Release/netstandard2.0/Vostok.ClusterClient.Singular.dll
deps:
- vostok.clusterclient.transport
- vostok.context
- vostok.metrics
- vostok.logging.abstractions
- vostok.datacenters
- vostok.clusterclient.datacenters
- vostok.configuration.sources.json
- vostok.configuration.sources
- vostok.configuration.logging
- vostok.configuration.sources.cc
- vostok.configuration.abstractions
- vostok.configuration
- vostok.commons.collections/src
- vostok.commons.environment/src
- vostok.commons.threading/src
- vostok.devtools
- vostok.clusterclient.core
- vostok.clusterclient.topology.cc
- vostok.clusterconfig.client
- vostok.clusterconfig.client.abstractions
- vostok.singular.core/src
full-build > notests:
deps:
- -vostok.devtools
build:
target: Vostok.ClusterClient.Singular.sln
configuration: Release