Tuesday, August 27, 2019

Build expired

This is some sick error that will occur in Azure DevOps and keep your pull request from being committed. It is due to you trying to roll the build number backwards because you manually incremented it, yes, but others have gotten code into the build while you were working. I guess every time I am about to commit I need to commit, switch back to master, pull, get the master's build number, switch back to my branch, increment the build number with regards to what the master's build number was a second ago, recommit, switch back to master, and then merge in and finally do the pull request. Merging will forever be my Achilles' heel, the thing I am the worst at as a developer, the thing I don't want to think about.

No comments:

Post a Comment