I was trying "Publish as azure webjob" option on a webjob project. It copies entire bin contents to cloud. It includes other unwanted dlls or files also (example: unit test dlls or any other file in the bin folder). How can we include only those contents which are required by my webjob?
For a webAPI project I can find a option as follows: (but not for WebJob)