问题描述
您好 -
我们刚刚将TFS 2013安装升级到TFS 2017. 我们的构建控制器目前基于2013 XAML。 我想尝试新的TFS 2017 Build Agent。 当我点击下载链接时,它让我从GitHub-cloud.s3.amazonaws.com下载vsts-agent-win7-x64-2.105.7
而不给我选择查看其他构建代理程序包。  ;它不会在我的Win7 32位构建控制器VM上运行。
We've just upgraded our TFS 2013 installation to TFS 2017. Our build controllers are currently 2013 XAML based. I'd like to try the new TFS 2017 Build Agent. When I click the download link, it has me download vsts-agent-win7-x64-2.105.7 from GitHub-cloud.s3.amazonaws.com without giving me the option to look at other build agent packages. It won't run on my Win7 32 bit build controller VM.
现在,我想这样做而不需要启动一个全新的构建VM(需要2天以上)  我想尝试使用基于Git的TFS项目而不是CI构建来实现门控签入构建。
For now, I'd like to do this without spinning up a whole new build VM (takes me 2+ days). I'd like to try implementing a gated check-in build with my Git based TFS project instead of a CI build.
任何人都知道是否存在32位2017 vsts代理?
Anyone know if there exists 32 bit 2017 vsts agents?
我现在要尝试更新3的Agent 2015。
I'm going to try Agents 2015 with Update 3 for now.
谢谢!
推荐答案
感谢您在此发帖。
没有32位构建代理可供下载。 VNext构建代理仅具有64位版本。在需求文档中,它只支持64位Windows系统。
There's no 32-bit build agent to download. The VNext build agent only has 64-bit version. In the requirement doc, it only supports 64 bit Windows system.
https://github.com/Microsoft/vsts-agent/blob/master/docs/start/envwin.md
感谢您的理解。
致以最诚挚的问候,
这篇关于是否存在32位x86 TFS 2017 Build Agent?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!