roulette/.travis.yml
2022-02-09 16:19:03 +03:00

7 lines
96 B
YAML

language: csharp
solution: roulette.sln
dotnet: 6.0.2
script:
- dotnet restore
- dotnet build