我试图使用我的.net项目设置appveyor,该项目正在使用devepxress第三方库。不幸的是,当我点击构建按钮时,我收到此错误消息。
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?
答案 0 :(得分:0)
我相信这是nuget包。如果是,请在nuget restore
或install
阶段运行before_build
。