language: csharp
solution: src/Luban.sln
mono: none
dotnet: 5.0
script:
- cd src
- dotnet restore
- dotnet build