Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking azure build after version apply #234

Open
sammysium opened this issue Oct 14, 2020 · 0 comments
Open

breaking azure build after version apply #234

sammysium opened this issue Oct 14, 2020 · 0 comments

Comments

@sammysium
Copy link

After running react-native-version, my azure build pipeline is breaking. My setup is simple:

package.json

"scripts": { 
          "version": "react-native-version"
 }

I do then npm version minor

I do see the correct version happening to

android/app/build.gradle
ios/mxapp-tvOS/Info.plist
ios/mxapp-tvOSTests/Info.plist
ios/mxapp.xcodeproj/project.pbxproj
ios/mxapp/Info.plist
ios/mxappTests/Info.plist

In case it matters, my package.json initial version was 0.1.0 and it became 0.2.0 after that.

Now, ./gradlew assembleRelease throws an error

any other PR builds fine. Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant