In TFS2008, deleting a build removes it from the database itself. If you delete a build called Build_20110423.1 or 1.0.0.1 from Build Explorer and trigger the build again then you will see that new builds starts with same number (Build_20110423.1 or…
1.The Silverlight 4 SDK is not installed. 打开对应的Build Definition,Process -> Advanced -> MSBuild Platform,设置:X86 2.使用Silverlight Toolkit在xaml上出现类似如下错误: The property 'ContextMenu' does not exist on the type 'Grid' in the XML namespace 'clr-namespace:Sy…
CSC : fatal error CS0042: Unexpected error creating debug information file 'xxxx.PDB' -- 'c:\Builds\xxxx.pdb: The process cannot access the file because it is being used by another process. 查看了详细的Build Log, 发现了同样的一文件被build了两次. 原因是 Solution 中的 Project…
Introduction Microsoft Visual Studio 2012 provides a new set of tools for developing apps for Office and apps for SharePoint, as well as SharePoint farm and sandboxed solutions. By using these tools, developers can easily leverage the familiar Visual…
来源:http://ericphan.net/blog/2016/6/10/solving-the-tfs-build-agent-error-the-session-for-this-agent-already-exists Recently we've been getting the following error for our TFS build agents which caused all our builds to fail Figure: TFS Builds are fail…
MSBuild在build machine中遇到which has a higher version than its reference assembly:(in my case let's say “System.Web.Mvc”) 确保:在本地进行build并查看所有output message,确保所有的项目[包括引用项目]的路径,再确保build definition中的source settings中引用了所有这些project! 解决方法: 1.查看正在build的project对…
安装完成之后,创建一个项目管理. 初始化代码库 然后下载代理 (服务器)并设置.下载代理需要FQ才可以下载成功. 想要支持 netcore2.0 必须在代理服务器上安装 vs2017 跟netcore2.0 Yes, you need to install .netcore 2.0 and Visual Studio 2017 on TFS build agent server. The .netcore project is created in VS 2017, so when you b…
Team Foundation Server原生就支持跨平台的构建,包括Ant和Maven两种构建方式.通过配置构建服务器,连接TFS源代码库,可以实现持续集成构建,自动检测代码库健康状况,进而实现自动测试和部署.本文以Maven为例,介绍如何在TFS 2013的基础上实现服务器构建. 1. 前提条件 -Team Foundation Server 2013 本文以Team Foundation Server 2013为例,实际上自TFS 2010开始就支持跨平台的服务器构建.在执行后面的操作前…
本例是在用VS2008打开项目是报错 未找到C:\Program Files\MSBuild\Microsoft\VisualStudio\V10.0 In the last article Build and deploy web application project using NANT script i discusses how various options and configurations can be set on command line to overrride sett…
http://www.scala-sbt.org/0.13/docs/index.html sbt is a build tool for Scala, Java, and more. It requires Java 1.6 or later. Install See Installing sbt for the setup instructions. Getting Started To get started, please read the Getting Started Guide.…
原文引用自:https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/ 微软最新教程:https://www.visualstudio.com/en-us/docs/build/admin/agents/v2-osx Visual Studio Team Services (VSTS) delivers services for teams to share code…
error MSB4019: 未找到导入的项目“C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets” This is very easy to do. Open your build definition and go to the "Process" page. Then under the "3. Advan…
Who is locking my SQL database?|Deploy a database project with TFS Build Visual Studio 2012 running slow 1 Comment Three months in and my Visual Studio 2012 is running slow, I'll even go as far as saying it is freezing up some times, so I loaded up S…
Ext JS 5.0.1 is a maintenance release that addresses many bugs and limitations discovered by our community while testing Ext JS 5.0.0. We believe this update significantly strengthens the Ext JS 5 branch and we’re excited to hear your feedback. If yo…