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