ln.templates.http/build.ln

17 lines
338 B
Plaintext
Raw Permalink Normal View History

2020-12-08 09:41:26 +01:00
{
2020-12-09 15:24:02 +01:00
"templates": [
"dotnet"
],
2020-12-08 09:41:26 +01:00
"env": {
"NUGET_SOURCE": "https://nexus.niclas-thobaben.de/repository/l--n.de/",
"CONFIGURATION": "Release"
},
"stages": [
{
"name": "prepare",
"commands": [
2020-12-09 15:24:02 +01:00
"dotnet prepare */*.csproj"
2020-12-08 09:41:26 +01:00
]
}
]
2020-12-09 15:24:02 +01:00
}