mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-04 02:58:24 +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
|
// Read additional information from the release notes document
|
||||||
let release = LoadReleaseNotes "RELEASE_NOTES.md"
|
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
|
// Helper active pattern for project types
|
||||||
|
|
Loading…
Reference in a new issue