mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Change solution name in travis
This commit is contained in:
parent
2d7ded325f
commit
8bb9c89182
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: PlexRequests.sln
|
solution: Ombi.sln
|
||||||
install:
|
install:
|
||||||
- mono Tools/nuget.exe restore PlexRequests.sln
|
- mono Tools/nuget.exe restore Ombi.sln
|
||||||
- nuget install NUnit.Runners -OutputDirectory testrunner
|
- nuget install NUnit.Runners -OutputDirectory testrunner
|
||||||
script:
|
script:
|
||||||
- xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5"
|
- xbuild /p:Configuration=Release Ombi.sln /p:TargetFrameworkVersion="v4.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue