我在尝试在 Jenkins 中编译 C# 项目时遇到了一些严重的问题,该项目需要 NuGet 进行包管理,PostSharp 用于方面。我添加EnableNuGetPackageRestore=true
为环境变量,每次都会检索所有包。PostSharp已经安装在系统中,但每次我仍然得到错误:
error CS1029: #error: 'PostSharp is not introduced in the build process. If NuGet just restored the PostSharp package, you need to rebuild the solution.'
我该如何解决这个问题?