Skip to content

Commit

Permalink
[ado] Try to fix android/office publish task (facebook#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 6, 2020
1 parent 11bf8c9 commit 17a69bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/templates/prep-android-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ steps:
inputs:
targetType: inline # filePath | inline
script: |
(Get-Content android\com\facebook\react\react-native\0.62.0\react-native-0.62.0.pom).replace('<version>0.62.0</version>', '<version>1000.0.0-master</version>') | Set-Content android\com\facebook\react\react-native\0.62.0\react-native-0.62.0.pom
(Get-Content android\com\facebook\react\react-native\0.63.0\react-native-0.63.0.pom).replace('<version>0.63.0</version>', '<version>1000.0.0-master</version>') | Set-Content android\com\facebook\react\react-native\0.63.0\react-native-0.63.0.pom

0 comments on commit 17a69bb

Please sign in to comment.