Versioning, PR Build has larger version number than CI/CD #1867
Replies: 2 comments
-
I tried this, it looks like versioningStrategy doesn't affect the version of the app in the PR build? I got version 1.0.2147483647.1. What is this and how do I control it ? ..and why is it max integer? |
Beta Was this translation helpful? Give feedback.
0 replies
-
So, for future generations, as a hack, one can edit _BuildALGoProject.yaml and after
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering about the correct way to address this issue.
PR build for my branch created an app.file with version 1.0.2147483647.1
-> I installed this to a sandbox, tested, all is good
when I squash merge the PR, the CI/CD is run, creating app file 1.0.2.0
-> I cannot install this into the same sandbox, since the version is less than the PR build
This is probably due to the default strategy using runNumber for the workflow, and I guess that's workflow specific (CI/CD vs. PR Build)?
Are my only options to:
Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions