mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-01-14 23:37:54 +03:00
Update .travis.yml
This commit is contained in:
parent
59ee9e38f0
commit
a52764ba6b
@ -1,9 +1,12 @@
|
|||||||
|
os: windows
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: solution-path/solution-name.sln
|
solution: solution-path/solution-name.sln
|
||||||
|
services:
|
||||||
|
- nuget
|
||||||
install:
|
install:
|
||||||
- nuget restore solution-path/solution-name.sln
|
- nuget restore solution-path/solution-name.sln
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: Library Build
|
- name: Library Build
|
||||||
script:
|
script:
|
||||||
- msbuild /p:Configuration=Release solution-name.sln
|
- msbuild /p:Configuration=Release solution-name.sln
|
||||||
|
Loading…
x
Reference in New Issue
Block a user