Update .travis.yml

This commit is contained in:
STAM 2019-12-22 16:52:43 +03:00 committed by GitHub
parent 59ee9e38f0
commit a52764ba6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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