Hi Guys,
I have the usual MSBuild step in TeamCity with “Run OctoPack” enabled and the build path is a solution file.
This is all good and it notmally works, however on this ocasion one of the project that are part of this solution has a nuspec file with a $configuration$
property that is normaly passed when using NuGet like this:
NuGet -Properties -Properties Configuration=Release
In the Octopus Packaging section of the TeamCity MSBuild step there are only two filelds:
OctoPack package version
Append to package ID
and I wonder if it’s even possible to pass an argiment to NuGet as I need to pass in the Build Configuration?
Thanks for your help!
Emil