|
More site info...
Team Foundation Server - Build Automation | Forum profile
|
|
Forum profile page for Team Foundation Server - Build Automation on http://msdn.microsoft.com.
This report page is the aggregated overview from a single forum: Team Foundation Server - Build Automation, located on the Message Board at http://msdn.microsoft.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Team Foundation Server - Build Automation" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Team Foundation Server - Build Automation:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
50
|
104
|
150
|
|
Post:
|
65
|
151
|
263
|
|
|
Team Foundation Server - Build Automation Posting activity graph:
|
Top authors during last week:
user's latest post:
team build with interactive session
Published (2009-12-02 02:13:00)
Hi olcayb, Another guess is that the process W3WP.exe is recycled on weekends. As the default recycle time of IIS AppPool 29hours. Best Regards, Ruiz
user's latest post:
Builds from any project hang,...
Published (2009-11-26 18:29:00)
Are there any error messages in the Event Viewer on the TFS App Tier? You may also want to run the TFS Best Practices Analyzer (BPA) from the TFS Power Tools (Oct. 2008 version) to make sure TFS is running correctly after the reboot. I'd be concerned that the issue that tripped up TFS the first time will reappear. If you can let us know a bit more about the environment as well it would be helpful. 1. What kind of install do you have...
user's latest post:
Can build status summary be...
Published (2009-12-02 03:11:00)
Glad it helped. If you find answers in the forum helpful, you should mark them as answer to encourage people to help out more in the forums. Cheers /Jakob
user's latest post:
Team Build: how to get build...
Published (2009-12-01 06:27:00)
Jakob, your post which contains the example for VS 2008 helps me greatly to find the solution for VS 2010. Thanks again.
user's latest post:
TF53010: Error encountered while...
Published (2009-11-27 09:40:00)
Issue Found ! It was related to the fact that during GetLatest the cache size grew above 25% of the free space of the disk hosting the cache folder, therefore cache cleanup process started and it deleted files furing GetLatest, this is the reason of the FileNotFound exception. Cache folder moved and settings changed and problem gone. Thanks anyway for your support ! Marked As Answer by Ivan 4ward Friday, November 27, 2009 9:40 AM
user's latest post:
team build with interactive session
Published (2009-12-01 11:13:00)
The following post describes how you can have an interactive build while locked in Windows: http://ozgrant.com/2008/02/28/running-an-interactive-team-build-2008-agent/
user's latest post:
team build status property
Published (2009-12-02 04:15:00)
Hello, Is there a property in the team build which represents the build is clean, i.e., no errors no warnings, something like $(SolutionRoot)? Also, what is the property representing the build status, like Succeeded or Failed? Why doesn't team build have a BuildClean (0 errors 0 warnings) build status (when a build Succeeded, it may still has warnings, i.e., 0 errors 2 warnings)? Thanks Edited by JXD Wednesday, December 02, 2009 4:17 AM...
user's latest post:
team build with interactive session
Published (2009-12-02 03:55:00)
Hmm. OK. In "Team Foundation Server Application Pool Properties" recycling time is defined as 1740 minutes, in other words 29 hours. I will change the value and try again. I'll let you know the result also. Thanks.
user's latest post:
MSBuild Error - The directory is...
Published (2009-11-24 08:20:00)
Hi All, I apologize for not replying earlier. Yes I found a link which says that if someone has opened the folder path remotely, this issue could occur. I don't remeber the link though. And Adam, to answer your question...all the 3 nightly builds are accessing separate folders. Check out the following link.. it ll be helpful .. http://dotnetbeginner.spaces.live.com/blog/cns!C878CA0BAA85841F!158.entry
|
|
|
|
Latest active threads on Team Foundation Server - Build Automation::
Started 3 weeks, 3 days ago (2009-11-10 23:27:00)
by Mike Fourie
I'm guessing the bin folder is empty, so what you could do is use the MSBuild Extension Pack Folder-RemoveContent task to remove everything from bin, but leave the folder behind . < MSBuild.ExtensionPack. FileSystem.Folder TaskAction = "RemoveContent" Path = " \\DevServer\Services\TickerService\bin " /> Would be better to find out what has the handle, but it's ...
Started 2 days, 15 hours ago (2009-12-02 10:45:00)
by ACKH
Actually there are several properties. The overall build status is stored in the property "Status". The value of this property (possible values: InProgress, Succeeded, PartiallySucceeded, Failed, Stopped, NotStarted) is set by the Team Foundation Build service. You should never query that property directly. I don't know when exactly this propery is set. The value of the Status property depends...
Started 3 days, 15 hours ago (2009-12-01 11:13:00)
by Ewald Hofman - Avanade
The following post describes how you can have an interactive build while locked in Windows: http://ozgrant.com/2008/02/28/running-an-interacti ve-team-build-2008-agent/
Started 3 days, 4 hours ago (2009-12-01 22:14:00)
by OsirisJakob
One way to do this is to implement your own web service that listens to the BuildCompletedEvent2 event. In the web service, use the TFS API to get the build details and send the mail. Although you can customize the layout of the email by modifying the XSLT file that corresponds to the event, there is no way to extend the data that is passed to the XSLT. The web service is quite simple to ...
Started 3 days, 4 hours ago (2009-12-01 21:51:00)
by OsirisJakob
You can build .NET 4.0 apps using a team build 2008 server. You need to set the MSBuildPath property of the TFSBuildService config file to point to the 4.0 version of MSBuild. Note though that this is a build service wide settingsm, e.g. it affects all builds for that build service. For more details, check out William's post on this: http://blogs.msdn.com/willbar/archive/2009/11/01/b uilding-...
Started 1 week ago (2009-11-27 18:05:00)
by Alexander Sviridov
Hi, I am trying to solve the task described in the question title. I can get BaseUIHierarchy object for selected build definition node and after that I can access build definition name, for example, but I cannot find any way to get the source control path where build definition placed. Thanks in advance
Started 1 week, 3 days ago (2009-11-24 16:55:00)
by Steven StJean
Hi, In a regular build, one fo the first steps that occurs is that all of the source code and outputs from the prior build run are deleted. This is part of the "Clean" step in the build. In the case of an Incremental build, the outputs of the last build are not deleted. When the compilation step occurs, MSBuild will only recompile projects in which one or more source files are newer than the...
Started 1 week, 1 day ago (2009-11-26 07:29:00)
by Jehan33
Hi, In TFS UI you can only see all the builds queued for a particular team project. To see all the builds queued for all team projects in your TFS Server, you need to retrive this information from TFSBuild database.
|
|
Hot threads for last week on Team Foundation Server - Build Automation::
Started 1 week ago (2009-11-27 18:05:00)
by Alexander Sviridov
Hi, I am trying to solve the task described in the question title. I can get BaseUIHierarchy object for selected build definition node and after that I can access build definition name, for example, but I cannot find any way to get the source control path where build definition placed. Thanks in advance
Started 1 week, 1 day ago (2009-11-26 18:29:00)
by Steven StJean
Are there any error messages in the Event Viewer on the TFS App Tier? You may also want to run the TFS Best Practices Analyzer (BPA) from the TFS Power Tools (Oct. 2008 version) to make sure TFS is running correctly after the reboot. I'd be concerned that the issue that tripped up TFS the first time will reappear. If you can let us know a bit more about the environment as well it would be ...
Started 3 days, 15 hours ago (2009-12-01 11:13:00)
by Ewald Hofman - Avanade
The following post describes how you can have an interactive build while locked in Windows: http://ozgrant.com/2008/02/28/running-an-interacti ve-team-build-2008-agent/
Started 1 week, 1 day ago (2009-11-26 07:29:00)
by Jehan33
Hi, In TFS UI you can only see all the builds queued for a particular team project. To see all the builds queued for all team projects in your TFS Server, you need to retrive this information from TFSBuild database.
Started 3 days, 4 hours ago (2009-12-01 22:14:00)
by OsirisJakob
One way to do this is to implement your own web service that listens to the BuildCompletedEvent2 event. In the web service, use the TFS API to get the build details and send the mail. Although you can customize the layout of the email by modifying the XSLT file that corresponds to the event, there is no way to extend the data that is passed to the XSLT. The web service is quite simple to ...
Started 1 week, 2 days ago (2009-11-25 19:39:00)
by Ewald Hofman - Avanade
TFS Proxy caches the bits in source control. Windows 7 and Windows Server 2008 has a simular feature called BrachCache: http://technet.microsoft.com/en-us/library/dd75596 9(WS.10).aspx . You might want to consider that.
Started 1 week, 5 days ago (2009-11-22 16:41:00)
by Ivan 4ward
This started after an upgrade from TFS 2005 to TFS 2008.
Started 1 week, 3 days ago (2009-11-24 16:55:00)
by Steven StJean
Hi, In a regular build, one fo the first steps that occurs is that all of the source code and outputs from the prior build run are deleted. This is part of the "Clean" step in the build. In the case of an Incremental build, the outputs of the last build are not deleted. When the compilation step occurs, MSBuild will only recompile projects in which one or more source files are newer than the...
Started 2 days, 15 hours ago (2009-12-02 10:45:00)
by ACKH
Actually there are several properties. The overall build status is stored in the property "Status". The value of this property (possible values: InProgress, Succeeded, PartiallySucceeded, Failed, Stopped, NotStarted) is set by the Team Foundation Build service. You should never query that property directly. I don't know when exactly this propery is set. The value of the Status property depends...
Started 3 days, 4 hours ago (2009-12-01 21:51:00)
by OsirisJakob
You can build .NET 4.0 apps using a team build 2008 server. You need to set the MSBuildPath property of the TFSBuildService config file to point to the 4.0 version of MSBuild. Note though that this is a build service wide settingsm, e.g. it affects all builds for that build service. For more details, check out William's post on this: http://blogs.msdn.com/willbar/archive/2009/11/01/b uilding-...
|
|