Hi,
I’m having some issues with octopack and TeamCity. TeamCity is running OctoPack, all seems to work. In my .nuspec file I included the following:
The octopack documentation http://docs.octopusdeploy.com/display/OD/Using+OctoPack tells me to add the parameter /p:OctoPackEnforceAddingFiles=true. How can I do this on TeamCity?
I’m not able to include this parameter anywhere.
Anyone with experience on this?
Hi Dennis,
Thanks for reaching out. You need to pass that parameter to MSBuild. You can add MSbuild parameters from your build configuration screen, on the Command Line Parameters field. Check the red quare on the attached screenshot for better reference.
Hope that helps!
Dalmiro
Hi Dalmiro,
Thank you for your fast reply. Your suggested solution worked like a charm!
Thanks again!