我试图在Appharbor推送一个项目,但它总是以错误结束
2>Done Building Project "D:\temp\0uju11ye.si5\input\ShareRide\ShareRide.csproj" (default targets) -- FAILED.
1>Done Building Project "D:\temp\0uju11ye.si5\input\ShareRide.sln" (default targets) -- FAILED.
Build FAILED.
"D:\temp\0uju11ye.si5\input\ShareRide.sln" (default target) (1) ->
"D:\temp\0uju11ye.si5\input\ShareRide\ShareRide.csproj" (default target) (2) ->
(_CopyWebApplicationLegacy target) ->
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Assets\Images\imagen_grua.jpg" because it was not found. [D:\temp\0uju11ye.si5\input\ShareRide\ShareRide.csproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.51
记录的内容相当多。那个图像没有找到"它实际上在项目中,我真的不知道为什么会出现这个错误。
请帮忙吗?
答案 0 :(得分:0)
我刚刚通过仔细检查imagen_grua.jpg
缺少并找到它,只是removed it from project
并清理解决方案,重建解决方案来修复此问题。推到Appharbor,终于工作了。