You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
409 B
YAML
25 lines
409 B
YAML
sudo: required
|
|
dist: bionic
|
|
|
|
language: csharp
|
|
mono: none
|
|
dotnet: 2.0.0
|
|
solution: DepotDownloader.sln
|
|
|
|
install:
|
|
- dotnet restore DepotDownloader.sln
|
|
|
|
script:
|
|
- dotnet build DepotDownloader.sln
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.gamesurge.net#opensteamworks"
|
|
on_success: never
|
|
on_failure: always
|
|
|
|
cache:
|
|
directories:
|
|
- "~/.local/share/NuGet/Cache"
|