File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
- task : CmdLine@2
43
43
displayName : gradlew installArchives
44
44
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"
46
46
47
47
- template : templates\prep-android-nuget.yml
48
48
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
- task : CmdLine@2
176
176
displayName : gradlew installArchives
177
177
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"
179
179
180
180
- template : templates\prep-android-nuget.yml
181
181
You can’t perform that action at this time.
0 commit comments