When I build the develop branch, I get unexpected nuget prerelease versions. This is because the local master branch is behind origin/master. When I pull origin/master into master before building the develop branch everything is as expected.
What is the correct behaviour here? Should I pull master before building from develop (feels a bit awkward)?
Thanks!