-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.yaml
36 lines (32 loc) · 1008 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
36
notests *default:
build:
target: Vostok.Configuration.Sources.Vault.sln
configuration: NoTests
tool:
name: dotnet
install:
- Vostok.Configuration.Sources.Vault/bin/Release/netstandard2.0/Vostok.Configuration.Sources.Vault.dll
- module vostok.clusterclient.core
- module vostok.configuration.abstractions
- module vostok.logging.abstractions
deps:
- vostok.clusterclient.tracing
- vostok.tracing.abstractions
- vostok.clusterclient.core
- vostok.clusterclient.transport
- vostok.commons.environment/src
- vostok.commons.threading/src
- vostok.commons.time/src
- vostok.configuration.abstractions
- vostok.configuration.sources
- vostok.configuration.sources.json
- vostok.devtools
- vostok.logging.abstractions
full-build > notests:
build:
target: Vostok.Configuration.Sources.Vault.sln
configuration: Release
deps:
- -vostok.devtools
- vostok.commons.testing/src