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