File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
- task : CmdLine@2
45
45
displayName : gradlew installArchives
46
46
inputs :
47
- script : REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs"
47
+ script : REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives
48
48
49
49
- task : CmdLine@2
50
50
displayName : Build rn-tester
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function doPublish(fakeMode) {
28
28
if ( ! onlyTagSource ) {
29
29
// -------- Generating Android Artifacts with JavaDoc
30
30
const depsEnvPrefix = "REACT_NATIVE_BOOST_PATH=" + path . join ( process . env . BUILD_SOURCESDIRECTORY , "build_deps" ) ;
31
- const gradleCommand = path . join ( process . env . BUILD_SOURCESDIRECTORY , "gradlew" ) + " installArchives -Pparam=\"excludeLibs\" " ;
31
+ const gradleCommand = path . join ( process . env . BUILD_SOURCESDIRECTORY , "gradlew" ) + " installArchives" ;
32
32
exec ( depsEnvPrefix + " " + gradleCommand ) ;
33
33
34
34
// undo uncommenting javadoc setting
@@ -63,4 +63,4 @@ let fakeMode = false;
63
63
if ( args . length > 0 && args [ 0 ] === '--fake' )
64
64
fakeMode = true ;
65
65
66
- doPublish ( fakeMode ) ;
66
+ doPublish ( fakeMode ) ;
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
- task : CmdLine@2
211
211
displayName : gradlew installArchives
212
212
inputs :
213
- script : REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs"
213
+ script : REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives
214
214
215
215
- template : templates\prep-android-nuget.yml
216
216
You can’t perform that action at this time.
0 commit comments