team-build

Build Error while syncing the Git repo: Illegal characters in path

ⅰ亾dé卋堺 提交于 2019-12-11 10:06:34
问题 Starting the build within TFS 2015 Web-Access shows the log, it tries to retrieve the current sources from the git-repo: (it´s the German output, that I tried to translate...) ****************************************************************************** Started: Pull the sources ****************************************************************************** Syncing repository: MyRepoName (Git) 845042f7a1d5f22b55fa41c7fe9c888337358d08 to C:\tfsbuildagent\_work\c492b04c\MyRepoName checking out

Team Build cannot copy diagnostic activity log to the drop location

眉间皱痕 提交于 2019-12-11 08:56:39
问题 I'm trying to configure a new install of Team Foundation Server Express. The problem I'm having is that when I run a build that outputs to a drop folder I get the error An error occurred while copying diagnostic activity logs to the drop location. Details: Access to the path '\\c$\drops\Test Application\Test Application_20130206.9\Logs' is denied. If I disable the drop folder the build runs fine. The drop folder is located on the same machine as TFS. I've given full control of that folder to

UNC build path in Team build (TFS)

风格不统一 提交于 2019-12-11 06:49:03
问题 I am pretty new to TFS so I have this problem when I want to set a destination directory to my build. Every time I launch the build, it dramatically fails and says "couldn't find \xxxxxxx\yyyyy\zzzz". I think that my UNC path is wrong. Let's assume that my drop directory (destination directory) is "C:\Project\" and my computer name is "lemoos-PC", what would the equivalent of my path in UNC notation? I've tried these : \\lemoos-PC\C\Project\ \\lemoos-PC\C:\Project\ \\lemoos-PC\Project\ but

Why Microsoft Ajax Minifier doesn't generate mini file with Team build 2010?

笑着哭i 提交于 2019-12-11 05:25:19
问题 I just used the wonderful tool Microsoft Ajax Minifier and it's working very well when I build my MVC application on my machine but when I check-in in source control and started build by the Team Build 2010 it doesn't create the min files, for sure I can't put the mini files inside the source control as the recommendation from the Microsoft Ajax Minifier because it's like the dll it's generated every time you build your application so no need to put it in source control beside it can't be

MSBuild task for combining NUnit or MSTest XML results

夙愿已清 提交于 2019-12-10 22:18:30
问题 I have a set of NUnit XML result files (produced by xUnit.NET via the NUnitXml parameter to the Xunit.Runner.MSBuild.xunit msbuild task pretty much as in How do I get Team Build to show test results and coverage for xUnit.net test suite? and http://jonnekats.wordpress.com/2009/05/07/integrate-xunit-tests-into-your-daily-team-build/) The script publishes each of the test runs individually, which is slow as it pulls in all the TestResults artifacts each time. Thus I'd like to combine them into

Can't build using TF Service, builds locally fine

巧了我就是萌 提交于 2019-12-10 20:19:47
问题 I'm trying to get a project to work with a continuous integration build. Currently, it consists of a library dll, .net 4.5 app, and WP8 app. I use team foundation service with GIT as my source control. I was able to set up a build configuration but it fails with the following message: Exception Message: MSBuild error 1 has ended this build. You can find more specific information about the cause of this error in above messages. (type BuildProcessTerminateException) Exception Stack Trace: at

Capture output of regsvr32 in an InvokeProcess TF Workflow Activity

青春壹個敷衍的年華 提交于 2019-12-10 15:47:55
问题 I have a build process setup to build a managed solution using team build. This solution requires an unmanaged component be registered with the server before we build the solution as we interface with it via COM. The activity (InvokeProcess) I use to register the ComObject looks something like this regsvr32.exe /s ComObject.ocx The activity (InvokeProcess) I use to unregister it looks something like this regsvr32.exe /u /s ComObject.ocx I have also added the WriteBuildMessage and

What is the “deployed” tab for in TFS 2012 Web Access

一个人想着一个人 提交于 2019-12-10 09:23:58
问题 I have several build definitions setup in TFS 2012. They all use Web Deploy and Web Packages and deploy to my dev and test servers and work just fine. I can't, however, figure out what the "deployed" tab in TFS Web Access > Builds is used for? 回答1: The 'deployed' tab seems to be related to Azure integration somehow. I found this post on the TFS Deployer website. It's even possible to mark a build as 'deployed' via PowerShell, which seems quite interesting. It would be nice to have our

ItemGroup Item scope, alternatively “Why does MSBuild hate me?”

﹥>﹥吖頭↗ 提交于 2019-12-10 01:54:25
问题 I have a solution I'm trying to get to build on TFS. I want to update the versions of all appropriate files, and I've been stuck trying to get this done. There are plenty of links on how to do it, but none of them work for me, due to one little issue... Scope. <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="DesktopBuild" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <Target Name="DesktopBuild"> <CallTarget Targets="GetFiles" /> <Message Text=

How to Move TFS 2010 Build Definition between Projects?

廉价感情. 提交于 2019-12-10 01:36:50
问题 I have some TFS 2010 build definitions that were created under ProjectX. Now the source code has moved to a folder subordinate to ProjectY. How can I move the build definitions to ProjectY so they display under the Builds node of the Team Explorer for ProjectY? 回答1: I don't think there is something out of the box to copy the build definitions from one project to another. However you should be able to do it using the TFS API. You will want to move the build process templates, which is what