Skip to content

Commit

Permalink
Try fix iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 4, 2022
1 parent 628de83 commit 6011303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/devices/ios.cake
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Task("Build")
c.Properties["ContinuousIntegrationBuild"] = new List<string> { "false" };
if (!string.IsNullOrEmpty(TARGET_FRAMEWORK))
c.Properties["TargetFramework"] = new List<string> { TARGET_FRAMEWORK };
c.Properties["TrimMode"] = new List<string> { "partial" };
c.Targets.Clear();
c.Targets.Add("Build");
c.BinaryLogger = new MSBuildBinaryLogSettings {
Expand Down

0 comments on commit 6011303

Please sign in to comment.