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