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