mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Merge pull request #846 from mhann/rename-travis-solution
Change solution name in travis
This commit is contained in:
commit
9c0aa44a87
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
language: csharp
|
||||
solution: PlexRequests.sln
|
||||
solution: Ombi.sln
|
||||
install:
|
||||
- mono Tools/nuget.exe restore PlexRequests.sln
|
||||
- mono Tools/nuget.exe restore Ombi.sln
|
||||
- nuget install NUnit.Runners -OutputDirectory testrunner
|
||||
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