AppHarbor支持ASP.NET Core嗎?AppHarbor - ASP.NET核心支持
當我想部署我的示例應用程序(從Visual Studio 2015年RC模板)我得到了下面的生成日誌中AppHarbor:
Build started 5/4/2015 2:28:38 PM.
1>Project "D:\temp\g3zdb4oh.rcv\input\ASPNetTest.sln" on node 1 (default targets).
1>ValidateSolutionConfiguration:
Building solution configuration "Release|Any CPU".
1>Project "D:\temp\g3zdb4oh.rcv\input\ASPNetTest.sln" (1) is building "D:\temp\g3zdb4oh.rcv\input\src\ASPNetTest\ASPNetTest.xproj" (2) on node 1 (default targets).
2>D:\temp\g3zdb4oh.rcv\input\src\ASPNetTest\ASPNetTest.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DNX\Microsoft.DNX.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
2>Done Building Project "D:\temp\g3zdb4oh.rcv\input\src\ASPNetTest\ASPNetTest.xproj" (default targets) -- FAILED.
1>Done Building Project "D:\temp\g3zdb4oh.rcv\input\ASPNetTest.sln" (default targets) -- FAILED.
Build FAILED.
"D:\temp\g3zdb4oh.rcv\input\ASPNetTest.sln" (default target) (1) ->
"D:\temp\g3zdb4oh.rcv\input\src\ASPNetTest\ASPNetTest.xproj" (default target) (2) ->
D:\temp\g3zdb4oh.rcv\input\src\ASPNetTest\ASPNetTest.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DNX\Microsoft.DNX.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.03
,我試圖部署的代碼是這樣的: https://github.com/yngndrw/ASPNetTest
我不確定我錯過了什麼,或者AppHarbor不支持這個嗎?
儘管[AppHarbor聲稱堆棧溢出是一個獲得支持的好地方](https://appharbor.com/page/support),您應該爲他們提出一張針對這樣的特定問題的憑單。 – CodeCaster
謝謝,我創建了一張票,一旦我收到他們的回覆,就會更新:https://support.appharbor.com/discussions/problems/77692-appharbor-aspnet-5-vnext-support –