I try to have the Teamcity Nuget server provide version 1.0.0.1 and 1.0.0.2 of a package.
I built the same build configuration with different version numbers in NuGet Pack -> Version but only the version of the latest build is listed when I check with Get-Package -ListAvailable -Filter mycompany
in package manager console.
I also tried with one build configuration for version 1.0.0.1 and another for 1.0.0.2, but still only the package of the latest build is listed.
How can teamcity serve multiple versions?