I use Visual Studio 2015 and azure sdk 2.7.1. I created azure web job. When I run deploy I get error:
The target "MSDeployPublish" does not exist in the project.
I created web job in Visual Studio 2013 - deploy is work. I compare the two projects(2015 and 2013) - in 2013 there is this code:
<Import Project="..\packages\Microsoft.Web.WebJobs.Publish.1.0.3\tools\webjobs.targets" Condition="Exists('..\packages\Microsoft.Web.WebJobs.Publish.1.0.3\tools\webjobs .targets')" />
I put this code in my project in 2015, but deploy is not working. I saw
this question, but it does not work for me.