0
使用TFS2010構建我的VS2008解決方案時出現以下錯誤。使用TFS2010構建VS2008解決方案時出現錯誤
error MSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\AssemblyInfoTask\Microsoft.VersionNumber.Targets" was not found.
Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
有人可以幫助我嗎?
謝謝。
Aaron提供的解決方案不適合我。在TfsBuildService.exe.config文件中已經提到了添加的鍵( )。任何其他想法? –
querymaster
2011-05-19 08:20:30
我終於解決了這個問題。新建立的服務器上缺少AssemblyInfoTask文件夾。所以我只是從舊版本複製而來。現在適合我 – querymaster 2011-05-19 10:43:15
是的,如果您將AssemblyInfoTask文件夾簽入TfsBuild.proj的配置路徑下的版本控制,它應該選擇到您創建的任何生成機器。 – 2011-05-19 15:58:03