Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cxx interop CI appends swiftSettings (#3002)
Cxx interop CI appends `swiftSettings` to any existing settings rather than overriding them. ### Motivation: This better accommodates workflows for example which use Swift 5 language mode on a per-target basis. ### Modifications: Cxx interop CI appends `swiftSettings` to any existing settings rather than overriding them. ### Result: Cxx interop CI jobs don't cause unexpected build configurations.
- Loading branch information