File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
android-patches/patches/Build/ReactAndroid Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ steps:
29
29
displayName : npm install
30
30
inputs :
31
31
script : npm install
32
+
33
+ - task : CmdLine@2
34
+ displayName : Bump canary package version
35
+ inputs :
36
+ script : node scripts/bump-oss-version.js --nightly
37
+ condition : eq(variables['Build.SourceBranchName'], 'master')
32
38
33
39
- task : CmdLine@2
34
40
displayName : nuget restore
Original file line number Diff line number Diff line change 1
1
--- "E:\\github\\rnm-63-fresh\\ReactAndroid\\ReactAndroid.nuspec" 1969-12-31 16:00:00.000000000 -0800
2
2
+++ "E:\\github\\rnm-63\\ReactAndroid\\ReactAndroid.nuspec" 2020-10-27 20:20:54.071789900 -0700
3
- @@ -0,0 +1,140 @@
3
+ @@ -0,0 +1,135 @@
4
4
+<?xml version =" 1.0" encoding =" utf-8" ?>
5
5
+<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
6
6
+ <metadata >
65
65
+ <file src =" build\react-ndk\all\x86\libyoga.so" target =" lib\droidx86" />
66
66
+ <file src =" build\react-ndk\all\arm64-v8a\libyoga.so" target =" lib\droidarm64" />
67
67
+
68
- + <file src =" build\react-ndk\all\x86_64\libyoga.so" target =" lib\droidx64" />
69
- + <file src =" build\react-ndk\all\armeabi-v7a\libyoga.so" target =" lib\droidarm" />
70
- + <file src =" build\react-ndk\all\x86\libyoga.so" target =" lib\droidx86" />
71
- + <file src =" build\react-ndk\all\arm64-v8a\libyoga.so" target =" lib\droidarm64" />
72
- +
73
68
+ <!-- Unstripped binaries -->
74
69
+ <file src =" build\tmp\buildReactNdkLib\local\x86_64\libfb.so" target =" lib\droidx64\unstripped" />
75
70
+ <file src =" build\tmp\buildReactNdkLib\local\armeabi-v7a\libfb.so" target =" lib\droidarm\unstripped" />
You can’t perform that action at this time.
0 commit comments