Skip to content

Commit 4065b7d

Browse files
authored
Exclude Libraries from the AAR published in Office Nuget (#950)
1 parent b9f3b6a commit 4065b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ado/android-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- task: CmdLine@2
4343
displayName: gradlew installArchives
4444
inputs:
45-
script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives
45+
script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs"
4646

4747
- template: templates\prep-android-nuget.yml
4848

.ado/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- task: CmdLine@2
176176
displayName: gradlew installArchives
177177
inputs:
178-
script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives
178+
script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs"
179179

180180
- template: templates\prep-android-nuget.yml
181181

0 commit comments

Comments
 (0)