我正在尝试从 GitHub 将 ASP.NET 核心 OrchardCore WebApp 发布到 Azure,但出现错误

I'm trying to publish an ASP.NET Core, OrchardCore WebApp to Azure from GitHub but I'm getting errors

基本上我正在尝试发布那个 OrchardCore 项目。 https://www.youtube.com/watch?v=b6cn4trJpFk&t=71s 如果我在 visual studio 中 运行 它在本地机器上运行良好。 我什至可以配置 CMS 以满足我的需要。

我可以将其发布到我的 Github。

当我尝试将其部署到 Azure 时,我没有成功。

我正在使用 App 服务构建服务。

部署脚本以以下行结尾

Copying file from "D:\home\.nuget\sqlitepclraw.lib.e_sqlite3.0.2\runtimes\win-x64\native\e_sqlite3.dll" to "D:\home\site\repository\OrchardSkills.OrchardCore.OrchardCMS\obj\Release\netcoreapp3.1\PubTmp\Out\runtimes\win-x64\native\e_sqlite3.dll".
One or more errors occurred.
Command 'starter.cmd "D:\home\site\d ...' was aborted due to no output nor 
CPU activity for 60 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd "D:\home\site\deployments\tools\deploy.cmd"

enter image description here

提前感谢您的帮助。 :)

尝试按照适合我的步骤操作:

1.将 sample project 分叉到你的 GitHub.

2。在 Azure 门户上创建 .net 核心 Web 应用程序。

3。导航到您的 Web 应用程序 -> 单击部署中心 -> 选择 GitHub。 4。等待部署。 (我这边用了9分钟) 5。浏览到端点以检查它是否有效。