ln.type/build.ln

17 lines
326 B
Plaintext
Raw Permalink Normal View History

2020-12-05 11:59:45 +01:00
{
2020-12-09 12:50:51 +01:00
"templates": [
"dotnet"
],
2020-12-05 11:59:45 +01:00
"env": {
2024-04-23 10:35:00 +02:00
"NUGET_SOURCE": "https://nexus.l--n.de/repository/ln.net/",
2020-12-05 11:59:45 +01:00
"CONFIGURATION": "Release"
},
"stages": [
{
"name": "prepare",
"commands": [
2020-12-09 12:50:51 +01:00
"dotnet prepare */*.csproj"
2020-12-05 11:59:45 +01:00
]
}
]
}