<_DotNetPublishCopyFiles> _RemoveExcludeFiles; _DeletePublishIntermediateOutputPath; _CopyFilesToPublishIntermediateOutputPath; _CopyAspNetCoreFilesToIntermediateOutputPath; _CopyWebJobFilesToIntermediateOutputPath; _CopyConsoleFilesToIntermediateOutputPath; <_PublishTempFiles Include="$(PublishIntermediateOutputPath)**\*.*" /> <_CopyAspNetCoreFilesToIntermediateOutputPathDependsOn> $(_CopyAspNetCoreFilesToIntermediateOutputPathDependsOn); _PrepareForAspNetCoreProjectSystemPublish; Publish; $(PublishIntermediateOutputPath) $(PublishConfiguration) <_CopyWebJobFilesToIntermediateOutputPathDependsOn> $(_CopyWebJobFilesToIntermediateOutputPathDependsOn); _PrepareForWebJobPublish; Publish; $(PublishIntermediateOutputPath)\app_data\Jobs\$(WebJobType)\$(WebJobName)\ $(PublishConfiguration) <_CopyConsoleFilesToIntermediateOutputPathDependsOn> $(_CopyConsoleFilesToIntermediateOutputPathDependsOn); _PrepareForConsolePublish; Publish; $(PublishIntermediateOutputPath) $(PublishConfiguration) False