mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
language: csharp
|
|
dist: trusty
|
|
sudo: required
|
|
mono: none
|
|
dotnet: 1.0.0-preview2-003131
|
|
script:
|
|
- dotnet restore && dotnet build **/project.json
|
|
notifications:
|
|
email:false
|