-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild_parameters.json
More file actions
39 lines (39 loc) · 1.03 KB
/
build_parameters.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"ACTION": "COMPILE",
"ACTIONS": [
{
"TYPE": "POM",
"FOLDER": "step-api/",
"PARAMETERS": [
{
"NAME": "DEVELOPMENT",
"URL": "nexus-staging::https://nexus-enterprise-staging.stepcloud-test.ch/repository/staging-maven/",
"CONFIG": "DefaultBuild"
},
{
"NAME": "PRODUCTION",
"URL": "sonatype::https://unused",
"CONFIG": "SignedBuild"
}
]
},
{
"TYPE": "SLN",
"FOLDER": "step-api-net/",
"PARAMETERS": [
{
"NAME": "DEVELOPMENT",
"URL": "https://nexus-enterprise-staging.stepcloud-test.ch/repository/staging-nuget/",
"CONFIG": "-p:Configuration=Debug -p:RuntimeIdentifier=any",
"FRAMEWORK": "net8.0"
},
{
"NAME": "PRODUCTION",
"URL": "https://nexus-enterprise.exense.ch/repository/exense-nuget/",
"CONFIG": "-p:Configuration=Release -p:RuntimeIdentifier=any",
"FRAMEWORK": "net8.0"
}
]
}
]
}