temporarily disabled Xamarin build elements for CI testing
This commit is contained in:
parent
8c8e90c904
commit
028ada11a0
1 changed files with 1 additions and 1 deletions
|
@ -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