Infragistics components on build server

前端 未结 5 1782
陌清茗
陌清茗 2021-02-01 20:21

I have \"inherited\" a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 and not muc

5条回答
  •  萌比男神i
    2021-02-01 20:57

    To complement the answers above (i.e. resolving the issue by creating an empty licenses.licx file), you can install the EmptyLicensesLicx nuget package, and it will generate an empty Licenses.licx in your project, before it gets compiled every time (which is all you need for it to work).

提交回复
热议问题