Open premun opened 3 years ago
this project would basically be:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sharpliner" Version="1.5.21" />
</ItemGroup>
</Project>
then just start adding classes (see the examples)
Not 100% sure how it works but it should be possible to create a dotnet template and then create pipeline projects fast:
https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates