ln.build/build.ln

17 lines
338 B
Plaintext
Raw Normal View History

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