Update CI for .NET Core

pull/19/head
Netshroud 9 years ago
parent 359a8d017d
commit 7575cd0757

@ -1,12 +1,16 @@
sudo: false sudo: required
dist: trusty
language: csharp language: csharp
mono: none
dotnet: 1.0.1
solution: DepotDownloader.sln solution: DepotDownloader.sln
install: install:
- nuget restore DepotDownloader.sln - dotnet restore DepotDownloader.sln
script: script:
- xbuild /p:NoWarn=1584 DepotDownloader.sln /target:DepotDownloader - dotnet build --framework netcoreapp1.1 DepotDownloader.sln
notifications: notifications:
irc: irc:

Loading…
Cancel
Save