我无法在 TFS Online 上创建新的构建定义
I can't create new build definitions on TFS Online
我使用 TFS 在线存储我的源代码,我想使用集成构建服务。
上周我创建了几个构建定义,它们工作得很好(我可以开始构建,修改它们)。但是从今天早上开始,我无法创建新的构建定义。 Visual Studio 显示错误消息:
无法从主机“7e427fe9-b401-40e8-b6c8-5613d886b8df”找到服务“0000000d-0000-8888-8000-000000000000”。请确保该服务已在共享平台服务中注册。
当我启动 Fiddler 时,我在调用服务时看到错误 500:/DefaultCollection/Services/v3.0/SecurityService.asmx - 有一个 "ServiceOwnerNotFoundException".
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
<soap:Subcode>
<soap:Value>ServiceOwnerNotFoundException</soap:Value>
</soap:Subcode>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Could not find service '0000000d-0000-8888-8000-000000000000' from host'7e427fe9-b401-40e8-b6c8-5613d886b8df'. Please ensure the service is registered with the Shared Platform Service.</soap:Text>
</soap:Reason>
<soap:Detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
我找不到关于这个问题的任何信息,你知道吗?
看起来问题已经确定并且正在修复 - http://blogs.msdn.com/b/vsoservice/archive/2015/04/27/issues-with-visual-studio-online-4-27-investigating.aspx
我们已经推出了针对此问题的修复程序。抱歉打扰了!
我使用 TFS 在线存储我的源代码,我想使用集成构建服务。
上周我创建了几个构建定义,它们工作得很好(我可以开始构建,修改它们)。但是从今天早上开始,我无法创建新的构建定义。 Visual Studio 显示错误消息:
无法从主机“7e427fe9-b401-40e8-b6c8-5613d886b8df”找到服务“0000000d-0000-8888-8000-000000000000”。请确保该服务已在共享平台服务中注册。
当我启动 Fiddler 时,我在调用服务时看到错误 500:/DefaultCollection/Services/v3.0/SecurityService.asmx - 有一个 "ServiceOwnerNotFoundException".
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
<soap:Subcode>
<soap:Value>ServiceOwnerNotFoundException</soap:Value>
</soap:Subcode>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Could not find service '0000000d-0000-8888-8000-000000000000' from host'7e427fe9-b401-40e8-b6c8-5613d886b8df'. Please ensure the service is registered with the Shared Platform Service.</soap:Text>
</soap:Reason>
<soap:Detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
我找不到关于这个问题的任何信息,你知道吗?
看起来问题已经确定并且正在修复 - http://blogs.msdn.com/b/vsoservice/archive/2015/04/27/issues-with-visual-studio-online-4-27-investigating.aspx
我们已经推出了针对此问题的修复程序。抱歉打扰了!