This commit is contained in:
STAM 2019-12-22 17:04:07 +03:00
parent 777aade6b2
commit 81d79cb107

View File

@ -1,12 +1,13 @@
os: windows os: windows
language: csharp language: csharp
solution: solution-path/solution-name.sln solution: src\SteamPathsLib.sln
services: services:
- nuget - nuget
install: install:
- nuget restore solution-path/solution-name.sln - nuget restore src\SteamPathsLib.sln
matrix: matrix:
include: include:
- name: Library Build - name: Library Build
script: script:
- msbuild /p:Configuration=Release solution-name.sln - msbuild /p:Configuration=Release src\SteamPathsLib.sln