2
0
mirror of https://github.com/EpicMorg/SteamPathsLib.git synced 2025-07-26 06:41:34 +03:00
This commit is contained in:
AlexZ 2020-01-09 02:10:09 +03:00
commit fac2237a46
2 changed files with 5 additions and 5 deletions

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

@ -1 +1 @@
* `1.0.0.0` - initial release