Hello.
Could I use Octopack for pack my project in zip archive instead of NuPkg file form MsBuid?
Is there some arguments in MsBuild for this operation (like /p:RunOctoPack)?
Thank you.
Hi Igor,
Thanks for reaching out. For the moment Octopack only supports nupkg
packages. Is there a specific reason why you need .zip
files and you cant use nupkg
?
Instead of using Octopack for the Packaging and the Pushing, you could use Octo.exe
from a step in your build process, which allows you to pack things in a zip
file.
Packaging using Octo.exe: http://docs.octopusdeploy.com/display/OD/Using+Octo.exe
Pushing using Octo.exe: http://docs.octopusdeploy.com/display/OD/Pushing+packages
Best regards,
Dalmiro