-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.yaml
executable file
·50 lines (45 loc) · 1.6 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
notests *default:
build:
target: Vostok.Logging.Microsoft.sln
configuration: NoTests
tool:
name: dotnet
install:
- Vostok.Logging.Microsoft/bin/Release/netstandard2.0/Vostok.Logging.Microsoft.dll
- groups:
- target-framework: "netstandard2.0"
libraries:
- Vostok.Logging.Microsoft/bin/Release/netstandard2.0/Vostok.Logging.Microsoft.dll
- target-framework: "net6.0"
libraries:
- Vostok.Logging.Microsoft/bin/Release/net6.0/Vostok.Logging.Microsoft.dll
- target-framework: "net8.0"
libraries:
- Vostok.Logging.Microsoft/bin/Release/net8.0/Vostok.Logging.Microsoft.dll
deps:
- vostok.commons.helpers/src
- vostok.commons.time/src
- vostok.devtools
- vostok.logging.abstractions
- vostok.logging.context
- vostok.logging.formatting
full-build > notests:
install:
- Vostok.Logging.Microsoft/bin/Release/netstandard2.0/Vostok.Logging.Microsoft.dll
- groups:
- target-framework: "netstandard2.0"
libraries:
- Vostok.Logging.Microsoft/bin/Release/netstandard2.0/Vostok.Logging.Microsoft.dll
- target-framework: "net6.0"
libraries:
- Vostok.Logging.Microsoft/bin/Release/net6.0/Vostok.Logging.Microsoft.dll
- target-framework: "net8.0"
libraries:
- Vostok.Logging.Microsoft/bin/Release/net8.0/Vostok.Logging.Microsoft.dll
build:
target: Vostok.Logging.Microsoft.sln
configuration: Release
deps:
- -vostok.devtools
- vostok.commons.collections/src