Hi there,
We recently migrated from 2019.13.7 to 2020.6.4701. Everything appears to be working well except for versioning.
We’re using this for our versioning: #{Octopus.Date.Year}.#{Octopus.Date.Month}.#{Octopus.Date.Day}.i
Instead of working perfectly as it did in the older version of the software, we’ve noticed that the first build of the day (Where i = 0) doesn’t work, the build prints the i in the build. Once we manually change it to zero, subsequent builds that day increment normally. Any help would be appreciated.
I should also state that this is an environment that takes NuGet builds and deploys them to an IIS web server.
-Shaun