在步骤"运行VS Test Runner"
期间,我需要帮助来解决此构建错误的根本原因TFS 2013 Update 4,VS 2015 Build Def使用 ReleaseTfvcTemplate.12.xaml msBuild参数/tv:14.0
< ..................>
无法加载文件或程序集 ' Microsoft.VisualStudio.TestPlatform.Utilities,Version = 12.0.0.0, Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'或其中一个 依赖。系统找不到指定的文件。
答案 0 :(得分:0)
将<!DOCTYPE html>
<html lang="en">
<head>
<title>Porfolio</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<header>
<h1>header</h1>
<p>header</p>
</header>
<div class="wrapper">
content
</div>
<footer>
footer
</footer>
</body>
</html>
添加到MSBuild参数中。
答案 1 :(得分:0)
在构建服务器上安装VS2013或Test Agent for VS2013应解决此问题。