My second question of the day and I think the subject says it all. What if I have another configuration that I would like to build an octopus package for using Octopack, is there a way to do that? I tried it with Debug and it didn’t work.
Hi Tomas,
Yes, you can just pass a value for the MSBuild parameter OctopusPackageConfiguration
:
msbuild ... /p:Configuration=Debug /p:OctopusPackageConfiguration=Debug
Paul
Thank you! Great fast response for a one man project :)!