cirrus-ci-docs
cirrus-ci-docs copied to clipboard
C#/.NET example
Description
A Cirrus CI example like here for C# or .NET.
Context
I'm trying to use Cirrus CI with .NET and this would make things a lot faster
@kotx are you trying to use it for a public repository? Are you already running some CI or have scripts that buid/test your project? It is for Windows or Linux?
@kotx are you trying to use it for a public repository? Are you already running some CI or have scripts that buid/test your project? It is for Windows or Linux?
I don't think the public/not public repository part is very relevant, I just want a general example with dotnet build, dotnet test, etc in the docs. I don't have any current CI or scripts, just IDE tools and dotnet run, dotnet test.
Both Windows and Linux should be similar, theoretically it would just be a change of the image tag/usage of Linux/Windows containers.