-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule.yaml
133 lines (118 loc) · 3.62 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
base:
build:
target: none
configuration: none
install:
- module vostok.clusterclient.core
- module vostok.configuration.microsoft
- module vostok.context
- module vostok.hosting.abstractions
- module vostok.logging.microsoft
- module vostok.throttling
- module vostok.throttling.metrics
deps:
- vostok.clusterclient.tracing
- vostok.clusterclient.transport
- vostok.clusterclient.context
- vostok.clusterclient.core
- vostok.clusterconfig.client.abstractions
- vostok.commons.collections/src
- vostok.commons.environment/src
- vostok.commons.formatting/src
- vostok.commons.helpers/src
- vostok.commons.threading/src
- vostok.commons.time/src
- vostok.configuration
- vostok.configuration.abstractions
- vostok.configuration.microsoft
- vostok.configuration.sources
- vostok.context
- vostok.datacenters
- vostok.devtools
- vostok.hercules.client.abstractions
- vostok.hosting.abstractions
- vostok.logging.abstractions
- vostok.logging.context
- vostok.logging.microsoft
- vostok.logging.tracing
- vostok.metrics
- vostok.servicediscovery.abstractions
- vostok.throttling
- vostok.throttling.metrics
- vostok.tracing.abstractions
- vostok.tracing.extensions
- vostok.tracing.diagnostics
notests > base:
build:
target: Vostok.Applications.AspNetCore.sln
configuration: NoTests
tool:
name: dotnet
v8_0 > base:
build:
target: Vostok.Applications.AspNetCore.sln
configuration: NoTests
parameters: build -property:TargetFrameworks=net8.0
tool:
name: dotnet
install:
- Vostok.Applications.AspNetCore/bin/Release/net8.0/Vostok.Applications.AspNetCore.dll
v6_0 > base:
build:
target: Vostok.Applications.AspNetCore.sln
configuration: NoTests
parameters: build -property:TargetFrameworks=net6.0
tool:
name: dotnet
install:
- Vostok.Applications.AspNetCore/bin/Release/net6.0/Vostok.Applications.AspNetCore.dll
v5_0 > base:
build:
target: Vostok.Applications.AspNetCore.sln
configuration: NoTests
parameters: build -property:TargetFrameworks=net5.0
tool:
name: dotnet
install:
- Vostok.Applications.AspNetCore/bin/Release/net5.0/Vostok.Applications.AspNetCore.dll
v3_1 > base *default:
build:
target: Vostok.Applications.AspNetCore.sln
configuration: NoTests
parameters: build -property:TargetFrameworks=netcoreapp3.1
tool:
name: dotnet
install:
- Vostok.Applications.AspNetCore/bin/Release/netcoreapp3.1/Vostok.Applications.AspNetCore.dll
v2_1 > base:
build:
target: Vostok.Applications.AspNetCore.sln
configuration: NoTests
parameters: build -property:TargetFrameworks=netstandard2.0
tool:
name: dotnet
install:
- Vostok.Applications.AspNetCore/bin/Release/netstandard2.0/Vostok.Applications.AspNetCore.dll
- nuget Microsoft.AspNetCore/2.1.7
full-build > notests:
deps:
- -vostok.devtools
- vostok.devtools@with-net6.0
- vostok.clusterconfig.client
- vostok.hercules.client
- vostok.hosting
- vostok.logging.configuration
- vostok.logging.console
- vostok.logging.file
- vostok.logging.hercules
- vostok.metrics.hercules
- vostok.servicediscovery
- vostok.tracing
- vostok.tracing.hercules
- vostok.zookeeper.client
- vostok.zookeeper.client.abstractions
build:
target: Vostok.Applications.AspNetCore.sln
configuration: Release
tool:
name: dotnet