mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2024-12-26 14:35:28 +03:00
travis
This commit is contained in:
parent
777aade6b2
commit
81d79cb107
@ -1,12 +1,13 @@
|
||||
os: windows
|
||||
language: csharp
|
||||
solution: solution-path/solution-name.sln
|
||||
solution: src\SteamPathsLib.sln
|
||||
services:
|
||||
- nuget
|
||||
install:
|
||||
- nuget restore solution-path/solution-name.sln
|
||||
- nuget restore src\SteamPathsLib.sln
|
||||
matrix:
|
||||
include:
|
||||
- name: Library Build
|
||||
script:
|
||||
- msbuild /p:Configuration=Release solution-name.sln
|
||||
- msbuild /p:Configuration=Release src\SteamPathsLib.sln
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user