gpt4 book ai didi

asp.net - 使用 dotnet-buildpack 将 ASP.NET 5 应用程序部署到 Heroku 时出错

转载 作者:行者123 更新时间:2023-12-02 18:06:59 25 4
gpt4 key购买 nike

我正在尝试使用 Heroku dotnet-buildpack 将 ASP.NET 5 应用程序部署到 Heroku 。这是通过Visual Studio 2015创建的全新应用程序,我还没有进行任何代码修改。部署时出现错误:

remote: Downloading dnvm as script to '/app/.dnx/dnvm'
remote:
remote: Appending source string to /app/.profile
remote: Type 'source /app/.dnx/dnvm/dnvm.sh' to start using dnvm
remote: Architecture must be x86 or x64.
remote:
remote: ! Push rejected, failed to compile ASP.NET 5 app
remote:
remote: Verifying deploy...

在我的 global.json 中,我已将架构指定为“x86”。

{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-beta5",
"runtime": "clr",
"architecture": "x86"
}
}

如何配置我的应用程序来解决此错误?

感谢任何帮助。

最佳答案

此处描述了我的解决方案 https://github.com/heroku/dotnet-buildpack/issues/4 。希望这有帮助

关于asp.net - 使用 dotnet-buildpack 将 ASP.NET 5 应用程序部署到 Heroku 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33313481/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com