2016-11-30 12:09:47 +00:00
|
|
|
language: csharp
|
|
|
|
dist: trusty
|
|
|
|
sudo: required
|
|
|
|
mono: none
|
|
|
|
dotnet: 1.0.0-preview2-003131
|
|
|
|
script:
|
2016-11-30 21:00:14 +00:00
|
|
|
- dotnet restore && dotnet build **/project.json
|
2016-11-30 21:03:21 +00:00
|
|
|
notifications:
|
|
|
|
email:false
|