File tree Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 - job : RNMacOSInitNpmJSPublish
108108 displayName : react-native-macos-init Publish to npmjs.org
109109 pool :
110- vmImage : vs2017-win2016
110+ vmImage : ubuntu-latest
111111 timeoutInMinutes : 90 # how long to run the job before automatically cancelling
112112 cancelTimeoutInMinutes : 5 # how much time to give 'run always even if cancelled tasks' before killing them
113113 condition : eq(variables['Build.SourceBranchName'], 'master')
@@ -144,7 +144,7 @@ jobs:
144144 - job : RNGithubOfficePublish
145145 displayName : React-Native GitHub Publish to Office
146146 pool :
147- vmImage : ubuntu-18.04
147+ vmImage : ubuntu-latest
148148 timeoutInMinutes : 90 # how long to run the job before automatically cancelling
149149 cancelTimeoutInMinutes : 5 # how much time to give 'run always even if cancelled tasks' before killing them
150150 steps :
Original file line number Diff line number Diff line change 4646 " scripts/launchPackager.command" ,
4747 " scripts/node-binary.sh" ,
4848 " scripts/packager.sh" ,
49- " scripts/postInstall.js" ,
5049 " scripts/react_native_pods.rb" ,
5150 " scripts/react-native-xcode.sh" ,
5251 " template.config.js" ,
8180 "test-android-e2e" : " yarn run docker-build-android && yarn run test-android-run-e2e" ,
8281 "build-ios-e2e" : " detox build -c ios.sim.release" ,
8382 "test-ios-e2e" : " detox test -c ios.sim.release packages/rn-tester/e2e" ,
84- "test-ios" : " ./scripts/objc-test.sh test" ,
85- "postinstall" : " node scripts/postInstall.js"
83+ "test-ios" : " ./scripts/objc-test.sh test"
8684 },
8785 "workspaces" : [
8886 " packages/!(eslint-config-react-native-community)" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments