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
Currently, we always build the version coded in the build.cake file, like 3.13.0, except on AppVeyor where we generate a unique pre-release suffix. That means the versioning of a given build is different on the local machine and any other CI servers from what it is in appveyor. By using GitVersion to determine the next version to build, we will be building the same version for a given commit on all platforms.
The text was updated successfully, but these errors were encountered:
CharliePoole
changed the title
Use GitVersion to determine version rather than relying on AppVeyor features so that we create the same package versions on all platforms.
Use GitVersion to determine package version to be produced
Dec 29, 2021
Currently, we always build the version coded in the build.cake file, like 3.13.0, except on AppVeyor where we generate a unique pre-release suffix. That means the versioning of a given build is different on the local machine and any other CI servers from what it is in appveyor. By using GitVersion to determine the next version to build, we will be building the same version for a given commit on all platforms.
The text was updated successfully, but these errors were encountered: