dotnet/Nerdbank.GitVersioning

Incrementing a local build?

GurdipS5 opened this issue · 1 comments

This is a question for help with my usecase.

I use NBGV with Nuke-Build. I am wondering, how do I tackle the use-case with versioning a local build?

So if I do a code change and then run a local build in Nuke to ensure the tests pass, I want to version increment this but outside the build server.

Thanks

Just commit your changes. Every time you commit, the version goes up.