mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2024-12-27 06:55:28 +03:00
10 lines
237 B
YAML
10 lines
237 B
YAML
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
|