azure - 使用自己的构建服务器时的 Visual Studio 在线构建分钟数

标签 azure tfs azure-devops

目前我正在分析 Windows Azure 中共享点开发项目的设置。 我想使用 Visual studio online(TFS online)。

由于 Visual Studio Online 不支持构建共享点项目(在 de GAC 中缺少 ddl),因此我们需要使用自己的构建服务器(Windows Azure 中的虚拟机或本地服务器)。

现在,当您使用 Visual Studio 在线构建项目时,每构建一分钟就会付费。因为你使用了CPU的能力。但是,如果您使用自己的自定义构建服务器,您还要支付这些分钟的费用吗?

我在 Windows 的任何网站上都找不到 awnser,有人有这方面的经验吗?

提前致谢!!!

最佳答案

您自己的构建服务器不使用 VSO 的托管构建集群,因此不计入您的构建积分。我在 VSO 网站上找不到任何明确的迹象表明本地服务器是免费的,只是您需要为 VSO 项目使用的“共享资源”付费。

Shared Resources (per Visual Studio Online account) - A Visual Studio Online account includes resources that are shared across all users and projects on that account.

Build - Build definitions can be created using Visual Studio and can be run on Visual Studio Online. Builds can be configured to run on demand, at a specified interval, or for continuous integration (CI). Build is charged per minute for the actual amount of computing time it takes to build the project.

http://www.windowsazure.com/en-us/pricing/details/visual-studio-online/

您的本地构建“不在 VSO 上运行”。这是最接近确认或否认的措辞。但根据我的经验,本地服务器确实不会计入您的“托管构建”分钟数。

关于azure - 使用自己的构建服务器时的 Visual Studio 在线构建分钟数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22149208/

相关文章:

azure - oAuth2-AADSTS90009 : Issue in connecting Azure Active Directory

azure - 是否可以使用自定义受众访问 microsoft graph?

azure - 持续发布成功但网站没有变化

visual-studio-2017 - VSTS : Test runner finds no tests

azure - 由于 'Forbidden',无法上传 Windows dll(使用 PublishBuildArtifacts 到 Azure DevOps)

Azure Active Directory B2C 新用户邀请设置其初始密码

visual-studio - 将 Visual Studio 2010 项目从一个 TFS 移动到另一个 TFS?

tfs - 将变更集转换为货架集

visual-studio - check out TFS 时的 .partial 文件

Azure DevOps API : get all testcase steps