-
Notifications
You must be signed in to change notification settings - Fork 4
/
build-management.yml
62 lines (57 loc) · 1.54 KB
/
build-management.yml
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
env_files:
- src/private.env
- src/.env
changelog:
file: CHANGELOG.md
envKey: VERSION
build:
selections:
fluentDbTools:
directory: src
files:
- docker-compose.nuget.build.yml
version:
cmd:
- echo VERSION ${VERSION}
run:
selections:
fluentDbTools:
directory: src
copyFromContainer:
fluentdbtools.nuget:
containerSrc: src/nuget/
hostDest: output
files:
- docker-compose.nuget.build.yml
test:
selections:
fluentDbTools:
directory: src
removeContainers: true
containerNames:
- fluentdbtools-tests
files:
- docker-compose.tests.yml
publish:
selections:
sign:
directory: src
cmd:
- python .\sign_nugets.py -p ${CERTIFICATE_PASSWORD} -c ${CERTIFICATE_PATH}
nuget:
directory: src
containerArtifact: false
files:
- docker-compose.nuget.publish.yml
documentation:
# We need access to both doc/ and src/ to build the documentation:
directory: .
containerArtifact: false
files:
- docker-compose.documentation.yml
swarm:
selections:
fluentDbTools:
directory: src/ServiceDependencies
files:
- swarm-management.yml