You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a corner case; but one that is annoying if you aren't paying attention.
If you are building a product using a prior version of the runtime; lets say 2.4.1 and you do a tns platform clean android you will end up with 2.5.0 of the runtime. When I do a "clean" I expect to maintain the SAME version of the runtimes; I don't expect to have part of my project upgraded...
The text was updated successfully, but these errors were encountered:
…2615)
* Move clean command logic to platform service
* Preserve the version of {N} on clean
* extract function that gets project version
* Do not submit undefined if version is missing
I ran into a corner case; but one that is annoying if you aren't paying attention.
If you are building a product using a prior version of the runtime; lets say 2.4.1 and you do a
tns platform clean android
you will end up with 2.5.0 of the runtime. When I do a "clean" I expect to maintain the SAME version of the runtimes; I don't expect to have part of my project upgraded...The text was updated successfully, but these errors were encountered: