1

我正在尝试使用我的 .net 项目设置 appveyor,该项目使用的是第 3 方库。不幸的是,当我单击构建按钮时,我收到了此错误消息。

Properties\licenses.licx(1): error LC0003: Unable to resolve type 'DevExpress.XtraCharts.ChartControl, DevExpress.XtraCharts.v16.1.UI, Version=16.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' [C:\projects\pda-2000\MotionFake\MotionFake\MotionRealFake.csproj]
Command exited with code 1

我猜这是由于不存在 devexpress dll 文件造成的。如何将这些 dll 文件添加/上传到 appveyor?

4

1 回答 1

0

我相信这是 nuget 包。如果是,请nuget restoreinstallbefore_build阶段运行。

于 2016-11-21T14:35:31.510 回答