-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.yaml
35 lines (31 loc) · 902 Bytes
/
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
notests *default:
build:
target: Vostok.Hercules.Client.sln
configuration: NoTests
tool:
name: dotnet
install:
- Vostok.Hercules.Client/bin/Release/netstandard2.0/Vostok.Hercules.Client.dll
- module vostok.hercules.client.abstractions
- module vostok.clusterclient.core
deps:
- vostok.devtools
- vostok.hercules.client.abstractions
- vostok.logging.abstractions
- vostok.clusterclient.core
- vostok.clusterclient.transport
- vostok.commons.time/src
- vostok.commons.binary/src
- vostok.commons.helpers/src
- vostok.commons.threading/src
- vostok.commons.collections/src
full-build > notests:
deps:
- -vostok.devtools
- vostok.devtools@with-net6.0
- vostok.hercules.local
- vostok.logging.console
- vostok.commons.testing/src
build:
target: Vostok.Hercules.Client.sln
configuration: Release