Update .travis.yml

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

View File

@ -1 +1,9 @@
language: csharp
solution: solution-path/solution-name.sln
install:
- nuget restore solution-path/solution-name.sln
matrix:
include:
- name: Library Build
script:
- msbuild /p:Configuration=Release solution-name.sln