File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ extends:
80
80
- template : .ado/templates/apple-steps-publish.yml@self
81
81
parameters :
82
82
build_type : nightly
83
- # - ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
84
- # - template: .ado/templates/apple-steps-publish.yml@self
85
- # parameters:
86
- # build_type: release
83
+ - ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }} :
84
+ - template : .ado/templates/apple-steps-publish.yml@self
85
+ parameters :
86
+ build_type : release
87
87
- ${{ else }} :
88
88
- task : CmdLine@2
89
89
displayName : Unknown branch, skipping publish
Original file line number Diff line number Diff line change 113
113
"@react-native-community/cli" : " 14.0.0" ,
114
114
"@react-native-community/cli-platform-android" : " 14.0.0" ,
115
115
"@react-native-community/cli-platform-ios" : " 14.0.0" ,
116
- "@react-native-mac/virtualized-lists" : " 0.74.99 " ,
116
+ "@react-native-mac/virtualized-lists" : " 0.75.0 " ,
117
117
"@react-native/assets-registry" : " 0.75.2" ,
118
118
"@react-native/codegen" : " 0.75.2" ,
119
119
"@react-native/community-cli-plugin" : " 0.75.2" ,
Original file line number Diff line number Diff line change @@ -3299,7 +3299,7 @@ __metadata:
3299
3299
languageName: unknown
3300
3300
linkType: soft
3301
3301
3302
- "@react-native-mac/virtualized-lists@npm:0.74.99 , @react-native-mac/virtualized-lists@workspace:packages/virtualized-lists":
3302
+ "@react-native-mac/virtualized-lists@npm:0.75.0 , @react-native-mac/virtualized-lists@workspace:packages/virtualized-lists":
3303
3303
version: 0.0.0-use.local
3304
3304
resolution: "@react-native-mac/virtualized-lists@workspace:packages/virtualized-lists"
3305
3305
dependencies:
@@ -12736,7 +12736,7 @@ __metadata:
12736
12736
"@react-native-community/cli": "npm:14.0.0"
12737
12737
"@react-native-community/cli-platform-android": "npm:14.0.0"
12738
12738
"@react-native-community/cli-platform-ios": "npm:14.0.0"
12739
- "@react-native-mac/virtualized-lists": "npm:0.74.99 "
12739
+ "@react-native-mac/virtualized-lists": "npm:0.75.0 "
12740
12740
"@react-native/assets-registry": "npm:0.75.2"
12741
12741
"@react-native/codegen": "npm:0.75.2"
12742
12742
"@react-native/community-cli-plugin": "npm:0.75.2"
You can’t perform that action at this time.
0 commit comments