Skip to content

Instantly share code, notes, and snippets.

@amitapl
Last active June 16, 2016 20:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amitapl/ff51f6ecc7cc052ef0f7 to your computer and use it in GitHub Desktop.
Save amitapl/ff51f6ecc7cc052ef0f7 to your computer and use it in GitHub Desktop.
webjobs.props
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CopyAllFilesToSingleFolderForPackageDependsOn>
$(CopyAllFilesToSingleFolderForPackageDependsOn);
AddWebJobFilesToPublish;
</CopyAllFilesToSingleFolderForPackageDependsOn>
<_DestinationType>AzureWebSite</_DestinationType>
</PropertyGroup>
</Project>
@rajinders
Copy link

Thanks for providing this sample. I was not looking forward to typing web.props file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment