Version string issue

HI , Below I have posted the error im getting . I have set my version to 1.0.0 , I have tried 1.0. , I have also tried 1.%buildnumber%.

My stack is Team city ,octupusdeploy with octopac onstall on the vs2015 project . Im running nuget installer with 3.3 version . Below I have listed my Octopus Deploy error .

Info 18:01:20
Downloading packages
Info 18:01:20
Making a list of packages to download
Fatal 18:01:41
Operation: Acquire package DbUp.=1.0.0.11 failed with error: Operation: Download DbUp on https://bhg-colo-qa2:10933/ failed with error: The package could not be downloaded from NuGet. If you are getting a package verification error, try switching to a Windows File Share package repository to see if that helps.
Fatal 18:01:41
The step failed
Download package DbUp =1.0.0.11 from NuGet feed TeamCity on applicable machines
Fatal 18:01:41
Operation: Download DbUp on https://bhg-colo-qa2:10933/ failed with error: The package could not be downloaded from NuGet. If you are getting a package verification error, try switching to a Windows File Share package repository to see if that helps.
Download DbUp on https://bhg-colo-qa2:10933/
Info 18:01:21
Downloading NuGet package DbUp =1.0.0.11 from feed: ‘http://bhgsource:81/guestAuth/app/nuget/v1/FeedService.svc/
Error 18:01:37
Unable to download package:
’=1.0.0.11’ is not a valid version string.
Parameter name: version
System.ArgumentException: ‘=1.0.0.11’ is not a valid version string.
Parameter name: version
at NuGet.SemanticVersion.Parse(String version)
at Octopus.Shared.Packages.PackageDownloader.FindPackage(Int32 attempt, PackageMetadata packageMetadata, IFeed feed, IActivity log, PackageDownloader& downloader) in y:\work\refs\heads\master\source\Octopus.Shared\Packages\PackageDownloader.cs:line 155
at Octopus.Shared.Packages.PackageDownloader.AttemptToFindAndDownloadPackage(Int32 attempt, PackageMetadata packageMetadata, IFeed feed, IActivity log, String cacheDirectory, IPackage& downloadedPackage, String& path) in y:\work\refs\heads\master\source\Octopus.Shared\Packages\PackageDownloader.cs:line 138
at Octopus.Shared.Packages.PackageDownloader.AttemptToDownload(PackageMetadata metadata, IFeed feed, IActivity log) in y:\work\refs\heads\master\source\Octopus.Shared\Packages\PackageDownloader.cs:line 91
Tentacle version 2.5.8.447
Fatal 18:01:39
The package could not be downloaded from NuGet. If you are getting a package verification error, try switching to a Windows File Share package repository to see if that helps.

Hi,

Thanks for getting in touch! Your version string looks correct, except there seems to be an appended = see System.ArgumentException: '=1.0.0.11' is not a valid version string.
Could you send through your entire build log? Maybe check your nuspec? We need to figure out where that = sign is coming from!
I would check where %buildnumber% is defined.

If you can’t find it, please send through as many logs or screenshots of the above as you can and I might be able to help spot it!
Vanessa

Thank you So much for reaching out Vanessa. I check the command line parameters and yes there was an = sign. I removed that and ervery thing is deploying. Always the smallest piece that causes the biggest headache…lol Thank you

Mathis

Inc500Gold.png

LinkedInGold.png

TwitterGold.png

YouTubeGold.png

BHGGold.gif

BlogGold.png

BBBGold.png

FacebookGold.png

Hi Mathis,

Sometimes you just need a fresh set of eyes to resolve these issues :slight_smile:

Happy Deployments!
Vanessa