问题描述
我有一个Azure Web应用程序,我昨天没有问题地签入了TFS.签入后,资源管理器将注入我们的nuget软件包并在构建成功的情况下进行部署.
I have an Azure Web application that I checked into TFS yesterday with no issues. Upon checking in, the resource manager will inject our nuget packages and deploy if it builds successfully.
我做了一些更改(添加了课程),并于今天签到.我在构建中收到此错误:
I made a few changes (added a class) and checked in today. I received this error on the build:
这是帮助将来的搜索机器人的报价:
Here's the quote to help the future search bots:
我调查了日志响应,以查看是否有更多详细信息,但它表示的完全相同.我尚未更改密码或用户名.
I looked into the log response, to see if I get more detail, but it says the exact same thing. I have not changed my password or username.
我该如何调试以找出问题所在?
How can I debug this to figure out the issue?
更新
使他人免于头痛.问题是我们每个项目都有CI构建.来自另一个项目的文件也被窃取了.因此,我正在检查两个不同解决方案上的两个不同项目(两者都转到同一个TFS服务器上).因此,请确保仅签入该项目!
To save others from the headache. The issue was that we had CI builds per project. A file from another project had snuck in as well. So I was checking in for 2 different projects on 2 different solutions (Which both go to the same TFS server). So make sure you only check in for that one project!
推荐答案
使其他人免于头痛.问题是我们每个项目都有CI构建.来自另一个项目的文件也被窃取了.因此,我正在检查两个不同解决方案上的两个不同项目(两者都转到同一个TFS服务器上).因此,请确保仅签入该项目!
To save others from the headache. The issue was that we had CI builds per project. A file from another project had snuck in as well. So I was checking in for 2 different projects on 2 different solutions (Which both go to the same TFS server). So make sure you only check in for that one project!
这篇关于无法检入TFS并通过持续集成进行构建'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!