Skip to content

Commit b8a0499

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Publish dSYMs for RN Dependencies (#49782)
Summary: Pull Request resolved: #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
1 parent 70c3b2d commit b8a0499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-native/ReactAndroid/external-artifacts/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ publishing {
100100
artifact(hermesDSYMReleaseArtifact)
101101
artifact(reactNativeDependenciesDebugArtifact)
102102
artifact(reactNativeDependenciesReleaseArtifact)
103+
artifact(reactNativeDependenciesDebugDSYMArtifactFile)
104+
artifact(reactNativeDependenciesReleaseDSYMArtifactFile)
103105
}
104106
}
105107
}

0 commit comments

Comments
 (0)