我已在Windows Server 2008上设置了Cruise Control,但我收到以下错误
D:\ repo \ Net2Text \ boloro \ WebServices \ trunk \ msbuild.xml(58,3):错误MSB4062:" MSBuild.Community.Tasks.FileUpdate"无法从程序集\ MSBuild.Community.Tasks.dll))加载任务。无法加载文件或程序集' file:/// D:\ MSBuild.Community.Tasks.dll))'或其中一个依赖项。该系统找不到指定的文件。确认声明是正确的,并且程序集及其所有依赖项都可用。
我尝试过安装" MSBuild.Community.Tasks.v1.4.0.88"但仍无法使其正常工作。 有人能指出我正确的方向吗?
以下是MSBuild.Community.Tasks.Targets
中的信息 <PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildExtensionsPath)\MSBuildCommunityTasks</MSBuildCommunityTasksPath>
<MSBuildCommunityTasksLib>$([MSBUILD]::Unescape($(MSBuildCommunityTasksPath)\MSBuild.Community.Tasks.dll))</MSBuildCommunityTasksLib>
</PropertyGroup>