Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有办法强制用户在 Team Foundation Server 上排队新版本时重新进行身份验证。
现在我们的 Production 和 Staging 构建在同一个 TFS 服务器上。在 Staging 上排队新构建不是问题,但很容易意外地进入生产环境,然后未经测试的更改开始发挥作用。
所以理想的步骤是:
1)右键单击构建。2) 排队新建。3) 重新认证。4) 继续。
简短的回答是否定的。您可以在构建定义上设置不同的安全性,但这首先需要使用不同的凭据进行连接。
我的 0.02 美元听起来好像您不是在尝试解决访问问题,而是“哎呀!” 问题。解决此问题的一种简单方法是使您的工作流程依赖于设置为特定值的参数。然后,当构建排队时,如果排队构建的人没有输入值,构建可能会在它离开应用程序层之前被迫“失败”。