简体   繁体   English

TFS 2012,ANT的构建扩展

[英]TFS 2012, Build Extensions for ANT

anyone know where I can find the Build Extensions for TFS 2012 that target Visual Studio 2012 DLL's. 任何人都知道我在哪里可以找到针对Visual Studio 2012 DLL的TFS 2012生成扩展。 I can find the 2005, 2008, 2010 and 2013 build extensions that fulfil this requirement but I cannot for the life of me locate the one for 2012. This is required as I get the following exception when attempting to run my build definition. 我可以找到满足该要求的2005、2008、2010和2013构建扩展,但是我一生无法找到2012的扩展。这是必需的,因为在尝试运行构建定义时遇到以下异常。

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\BuildExtensions\Microsoft.TeamFoundation.Build.Extensions.Ant.targets (256): The "Ant" task failed unexpectedly.

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.TeamFoundation.Build.Workflow, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

This was tried after installing the 2013 extensions found here : http://visualstudiogallery.msdn.microsoft.com/2011f516-15a7-4f9a-8b86-1e0894a75739 这是在安装2013扩展程序之后尝试的,该扩展程序位于此处: http : //visualstudiogallery.msdn.microsoft.com/2011f516-15a7-4f9a-8b86-1e0894a75739

This is clearly targeting a 2013 DLL which my build machine hasn't got installed, is this a case of the 2012 build extensions not being available anymore? 这显然是针对我的构建计算机尚未安装的2013 DLL,这是否是2012构建扩展不再可用的情况?

Thanks! 谢谢!

Following a fair amount of digging about and hair pulling, I was able to get hold of the official MS version of this, though when visiting the download page is see 经过大量的挖掘和拉动,我得以掌握了该软件的官方MS版本,尽管在访问下载页面时

"This item is not yet published." “此项目尚未发布。”

I'm guessing then that support was pulled for the 2012 version of this, though I can't see any reference as to why? 我当时猜测是对此2012年版本的支持被取消,尽管我看不到为什么的任何参考? However I was able to find a direct link (power of google) to the MSI installer in the VS gallery . 但是我能够在VS gallery中找到MSI安装程序直接链接(google的功能)

这很难接受,可以在除2012年之外的所有TFS版本中找到ant的构建扩展。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM