When Invariant mode is enabled and we are publishing for iOS / tvOS, we must ensure that no ICU artifacts are produced. Example: `dotnet publish <required-args> /p:InvariantGlobalization=true` No ICU binaries should be in the publish folder.
When Invariant mode is enabled and we are publishing for iOS / tvOS, we must ensure that no ICU artifacts are produced.
Example:
dotnet publish <required-args> /p:InvariantGlobalization=trueNo ICU binaries should be in the publish folder.