mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 04:31:09 +00:00
temporarily disabled Xamarin build elements for CI testing
This commit is contained in:
parent
8c8e90c904
commit
028ada11a0
|
@ -66,7 +66,7 @@ let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/opentk"
|
|||
// Read additional information from the release notes document
|
||||
let release = LoadReleaseNotes "RELEASE_NOTES.md"
|
||||
|
||||
let isXamarinPlatform = EnvironmentHelper.isMacOS || Environment.OSVersion.Platform = PlatformID.Win32NT
|
||||
let isXamarinPlatform = false //EnvironmentHelper.isMacOS || Environment.OSVersion.Platform = PlatformID.Win32NT
|
||||
|
||||
|
||||
// Helper active pattern for project types
|
||||
|
|
Loading…
Reference in a new issue