I have one Console App which is created using asp.net Core 2.0
in VS2017
. Now I want to run this application on particular time period repeatedly (like service). So I have tried this using Windows Task Scheduler
but when we create task using Task Scheduler
it ask for .exe
file of Console app. (please check below pic)
But as you can see that When we create Console App using .Net Core 2.0 there will no .exe
file under bin/debug folder.
Anyone have idea that how to schedule a .net Core 2.0 console app using Windows Task Scheduler ?
Any suggestions will be highly appreciated !
Thanks,