mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-29 19:28:27 -07:00
New: Better platform detection specifically for Non-Windows Systems
This commit is contained in:
parent
598b5322b7
commit
ad7d571b24
76 changed files with 1125 additions and 473 deletions
|
@ -133,7 +133,7 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
protected void MonoOnly()
|
||||
{
|
||||
if (OsInfo.IsWindows)
|
||||
if (!PlatformInfo.IsMono)
|
||||
{
|
||||
throw new IgnoreException("mono specific test");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue