How to use the bot without having the need to download packages every time i run it?

Hi guys, so i created a bot that requires a couple of packages and i have saved everything after being done with it. After closing it, for some reasons it requires me to install and save all the packages again . how do you save the packages to make sure that it is stored along with the bots?

Hi

Keep those packages in a folder and place that folder within the project folder of bot

That is when you open a project folder there will be main.xaml , Project.Json file and some set of folders
Along with that folder keep that folder having required packages

Once after placing publish the process to orchestrator
Now the nupkg file will have all the files like main.xaml, Project.Json, other folders and also the folder with packages you had

Cheers @kokkent.chong