Octopus Version 3.13.3
TeamCity Version 10.0
I have a project that is using Asp.Net Core 2 and we are trying to achieve one click deployment via Team City and Octopus.
The problem I am having is that the version of the nuget package that is being sent to Octopus does not get incremented and so Octopus does not download a new version of the nuget package.
I am running the following steps:
Dotnet restore
NPM Install
Dotnet Build
Dotnet Publish
Followed by
OctopusDeploy : Create Release
In the build log you will see that it is getting a build number from the command line which is always 1.0.0 but I don’t know how to change that.
I have attached the two build logs