TFS 2017 XAML 构建锁定文件

TFS 2017 XAML Build Locking Files

类似,只是我们不使用门控签到。我们使用的是 TFS 2013 Update 4,最近升级到 2017 Update 1。我们的 XAML 构建将 运行 在服务重启后成功一次,然后因权限被拒绝错误而失败。当我检查服务器时,是因为 NUnit 文件被构建服务锁定了。

有没有人能够在不迁移到 vNext 的情况下解决这个问题?

TfsBuildServiceHost.exe 持有 NUnit 测试适配器程序集的句柄。然后会得到一个异常信息:Access to the path '<assemblyfilepath>' is denied。似乎 bug.Take 看看这个类似的问题:TFSBuildServiceHost maintains a lock on assemblies, TFS 2015 You could submit a Bug in this new place Develop Community-Team Foundation Server 开发团队会迅速做出回应。


此外,XAML Build 在 TFS 2017 中已弃用,并且在下一版本的 TFS 中将不可用。 VSTS 已经不再支持它们。

I'm looking for the hosted XAML build controller. Where did it go?

The hosted XAML build controller is no longer supported. Accounts created on or after April 2016 do not have access to it. We plan to remove the hosted XAML build controller from all accounts, possibly as soon as March 2017.

Source

强烈建议您将构建转换为 vNext Build 以获得一些新技术和支持。更多请参考Why Should I Leave XAML Builds?