We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ecb3f commit b7cc4afCopy full SHA for b7cc4af
Tasks/TestMacOSTask.cs
@@ -81,7 +81,7 @@ public override void Run(BuildContext context)
81
context.Information($"ARCHITECTURE: arm64");
82
}
83
84
- if (context.IsUniversalBinary && !(arm64 && x86_64))
+ if (context.IsUniversalBinary && filePath.Contains ("osx") && !(arm64 && x86_64))
85
{
86
context.Information($"INVALID universal binary");
87
throw new Exception("An universal binary hasn't been generated!");
0 commit comments