Hi @akarshan.sonkar ,
UiPath does not support and executing .nupkg files directly
please try this approach
1.Publish the bot locally.
2.Build the task scheduler command “C:\Users<User>\AppData\Local\Programs\UiPath\Studio\UiRobot.exe” --file “C:\UiPathBots\MyBot\Main.xaml”
3.Create Task in Task Scheduler
4.In action tab start a program script
“C:\Users<User>\AppData\Local\Programs\UiPath\Studio\UiRobot.exe”
5.Configure the trigger.
Cheers