What you expected to happen?
Since i bumped the version to prevent code-push for overwritting my bundle i expect it not to do it obviously.
What actually happens?
Bundle got rewritten on second run on every device
I assume it is a bug as i fail to understand how this can be expected behaviour.
code-push deployment ls youApp gives me version 1.0 so the build shouldn't be target version 1.0.1 ?
Hi @tirrorex, thanks for reaching us, this is the expected behavior, please see https://github.com/Microsoft/code-push/tree/master/cli#target-binary-version-parameter
Another words 1.0 is a wildcard constraint matching >=1.0.0 <1.1.0.
Please let me know if you have any other questions.
Is there anything to do in order to overwritte this once the build is in production ?
The only solution i found was to clear the production build since we had no build to rollback to.
@tirrorex, you can use patch command of the code-push or appcenter CLIs to target the exact version you want.
Will look into that, thanks for your time mate