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