ln.collections/build.ln

17 lines
326 B
Plaintext
Raw Permalink Normal View History

2020-12-05 12:02:58 +01:00
{
2020-12-09 14:39:34 +01:00
"templates": [
"dotnet"
],
2020-12-05 12:02:58 +01:00
"env": {
2022-06-03 13:39:05 +02:00
"NUGET_SOURCE": "https://nexus.l--n.de/repository/ln.net/",
2020-12-05 12:02:58 +01:00
"CONFIGURATION": "Release"
},
"stages": [
{
"name": "prepare",
"commands": [
2020-12-09 14:39:34 +01:00
"dotnet prepare */*.csproj"
2020-12-05 12:02:58 +01:00
]
}
]
}