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