bugfix in readme and travis

This commit is contained in:
stam 2020-01-09 16:10:04 +03:00
parent fac2237a46
commit de2d842720
2 changed files with 12 additions and 12 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 31 KiB