Octo.exe

Hi All

I have a local folder which has a list of dll’s

I have couple of issues on below things

  1. Using octo.exe and running a command I was able to package my folder.
    My question is why do i see a octo.exe inside my nuget package when created.

2)when trying to create a package for the second time using octo.exe ,it also creates packs all my previous nuget packages on that folder where as i only want my project to be packed

Hi Ajay,

The reason this happens is because Octo.exe will create the NuGet package in the current directory where you’re running it from, you can overcome this by passing the following argument on the command line --outFolder <yourfolderofchoice>.

Hope that helps.

Thank you and kind regards,
Henrik

ThankYou it worked :slight_smile: