Skip to content

Commit

Permalink
fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 4, 2022
1 parent 6059df9 commit 3fd5d18
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 @@ -96,6 +96,7 @@ Task("Build")
},
ArgumentCustomization = args => args
.Append("/p:BuildIpa=true")
.Append("/p:TrimMode=partial")
.Append("/bl:" + binlog),
ToolPath = DOTNET_PATH,
});
Expand Down

0 comments on commit 3fd5d18

Please sign in to comment.