If a file named GitVersionConfig.yaml is detected in the root git directory then settings will be read from that file.
Currently the only property supported is assemblyVersioningScheme which can be one of
- MajorMinorPatch
- MajorMinor
- Major
So for example
assemblyVersioningScheme: Major