A website with a webjob that is not deployed to Azure.
I had a problem creating a website with a web console console application connected to deploy using continuous deployment through Visual Studio Online. I am using VS2013 with Update 4 and the latest Azure SDK.
The website and its associated website will be published to Azure using direct publishing for Visual Studio and will work fine, so I'm sure the publishing settings are fine.
The solution will build and work locally fine.
The solution, once tested, will create and (apparently) deploy perfectly in VSO (using CI), and Azure notes that the build was successful and shows it as "Active Deployment".
However, the website and the linked website will not be updated.
When I looked at the deployed files after building VSO and deploying to Azure, all that happens is the console application binaries are copied to the bin / folder on the website.
None of the website files are updated. It is almost as if he was deploying the wrong project!
If I delete the Webjob and just spread the website, it will build and deploy perfectly through VSO - the site will be updated.
webjob, VSO.
, , webjob WebApp, webjobs-list.json, webapp webjob-publish-settings.json - , - ( webjob) Azure , , webjob .
, .
, VS, , , - VSO Build Defintion.
, -, , , .
( , -) - , , - (.sln) "SingleFolder".
, !