mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Publish dSYMs for RN Dependencies (#49782)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49782 This commit adds the configuration to upload the ReactNativeDependencies.dSYM files to maven ## Changelog: [Internal] - Add code to upload dSYMs to Maven Reviewed By: cortinico Differential Revision: D70485966 fbshipit-source-id: 129dea1c75181f22e9bf304e39ac91835bb87b39
This commit is contained in:
committed by
Facebook GitHub Bot
parent
70c3b2dcff
commit
b8a0499ce4
@@ -100,6 +100,8 @@ publishing {
|
||||
artifact(hermesDSYMReleaseArtifact)
|
||||
artifact(reactNativeDependenciesDebugArtifact)
|
||||
artifact(reactNativeDependenciesReleaseArtifact)
|
||||
artifact(reactNativeDependenciesDebugDSYMArtifactFile)
|
||||
artifact(reactNativeDependenciesReleaseDSYMArtifactFile)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user