【问题标题】:AppVeyor with Devexpress in C#在 C# 中使用 Devexpress 的 AppVeyor
【发布时间】:2016-11-21 06:56:22
【问题描述】:

我正在尝试使用我的 .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?

【问题讨论】:

  • 你解决了吗?
  • 没有。我放弃了..

标签: appveyor


【解决方案1】:

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

【讨论】:

猜你喜欢
  • 2015-11-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-01-18
  • 1970-01-01
  • 2017-01-27
相关资源
最近更新 更多