SteamPathsLib/.travis.yml

14 lines
295 B
YAML
Raw Normal View History

2019-12-22 16:52:43 +03:00
os: windows
2019-12-22 16:48:47 +03:00
language: csharp
2020-01-02 03:29:16 +03:00
solution: src/EpicMorg.SteamPathsSolution.sln
2019-12-22 16:52:43 +03:00
services:
- nuget
2019-12-22 16:48:47 +03:00
install:
2020-01-02 03:29:16 +03:00
- nuget restore src/EpicMorg.SteamPathsSolution.sln
2019-12-22 16:52:43 +03:00
matrix:
2019-12-22 16:48:47 +03:00
include:
- name: Library Build
2019-12-22 16:52:43 +03:00
script:
2020-01-02 03:29:16 +03:00
- msbuild /p:Configuration=Release src/EpicMorg.SteamPathsSolution.sln
2019-12-22 17:04:07 +03:00