Add build script

master
Harald Wolff 2021-12-15 10:59:44 +01:00
parent 81b547cdce
commit f75846a0a7
1 changed files with 17 additions and 0 deletions

17
build.ln 100644
View File

@ -0,0 +1,17 @@
{
"templates": [
"dotnet"
],
"env": {
"NUGET_SOURCE": "https://nexus.l--n.de/repository/ln.net/",
"CONFIGURATION": "Release"
},
"stages": [
{
"name": "prepare",
"commands": [
"dotnet prepare ./*.csproj"
]
}
]
}