Imagine I have a CI server that automatically pushes packages up to MyGet. Then I have a Pull Request with two commits. Someone else commits to develop so I rebase my PR. This PR retains the same NugetSemVer as before. Pushing the package to MyGet fails because it already has that package. It would be nice to do something like buildMetadata: $ENV['BUILD_NUMBER'] || 1313 in GitVersionConfig.yaml.