TFSbuildextension 引用错误
TFSbuildextension reference is wrong
我收到以下错误消息
摘要:加载自定义活动和服务时出现 0 次失败、1 次错误和 0 次警告。
Error: Could not load file or assembly 'TfsBuildExtensions.Activities,
Version=1.12.0.0, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. The system cannot find the file specified.
我在系统上的 TFSbuildExtension.Activities.dll 以及我添加的参考版本是 1.12.10.0,我无法找到我需要修改构建定义以参考 1.12 的文件或参考.10.0,默认引用 1.12.0.0
你能帮忙吗
您可以更改 XX.csproj 文件中的引用。更多详细信息请参考这个问题:Understanding a csproj assembly reference
我收到以下错误消息
摘要:加载自定义活动和服务时出现 0 次失败、1 次错误和 0 次警告。
Error: Could not load file or assembly 'TfsBuildExtensions.Activities, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
我在系统上的 TFSbuildExtension.Activities.dll 以及我添加的参考版本是 1.12.10.0,我无法找到我需要修改构建定义以参考 1.12 的文件或参考.10.0,默认引用 1.12.0.0
你能帮忙吗
您可以更改 XX.csproj 文件中的引用。更多详细信息请参考这个问题:Understanding a csproj assembly reference