ln.logging/build.ln

18 lines
339 B
Plaintext
Raw Permalink Normal View History

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