mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2024-12-28 15:35:29 +03:00
13 lines
264 B
YAML
13 lines
264 B
YAML
os: windows
|
|
language: csharp
|
|
solution: solution-path/solution-name.sln
|
|
services:
|
|
- nuget
|
|
install:
|
|
- nuget restore solution-path/solution-name.sln
|
|
matrix:
|
|
include:
|
|
- name: Library Build
|
|
script:
|
|
- msbuild /p:Configuration=Release solution-name.sln
|