SqlServerDsc: GitVersion used in pipeline wrongly configured #1674
Labels
bug
The issue is a bug.
high priority
The issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.
The component
gitversion
that is used in the pipeline was wrongly configured when the repository moved to the new default branchmain
. It throws and error when using newer versions of GitVersion.The part of GitVersion.yml:
must be changed to
This is due to that the key
master
is hard-coded into GitVersions configuration file, and the keysource-branches:
must refer to a branch listed under the keybranches:
(which is in this case the hard-coded keymaster:
).The text was updated successfully, but these errors were encountered: