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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Usually whens using the task is used in a build process the build number is set in the "Build number format". However, there are situation where this field already contains a version number and cannot be changed for compatibility reasons (for example if you want to use the "version task" for a sub-component).
In the above situation:
the version task generates "invalid" versions without yielding an error -> Bug
there is no way to specify how to properly construct a valid version -> Needs a regex similar to the release task (new feature)
Ideally, we find a "better" way to retrieve the build number and use that instead, which should fix both issues.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Usually whens using the task is used in a build process the build number is set in the "Build number format". However, there are situation where this field already contains a version number and cannot be changed for compatibility reasons (for example if you want to use the "version task" for a sub-component).
In the above situation:
Ideally, we find a "better" way to retrieve the build number and use that instead, which should fix both issues.
The text was updated successfully, but these errors were encountered: