mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2024-12-29 07:55:31 +03:00
14 lines
293 B
YAML
14 lines
293 B
YAML
os: windows
|
|
language: csharp
|
|
solution: src/EpicMorg.SteamPathsSolution.sln
|
|
services:
|
|
- nuget
|
|
install:
|
|
- nuget restore src/EpicMorg.SteamPathsSolution.sln
|
|
matrix:
|
|
include:
|
|
name: Library Build
|
|
script:
|
|
- msbuild /p:Configuration=Release src/EpicMorg.SteamPathsSolution.sln
|
|
|