Stephen Schlautmann

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Stephen Schlautmann created a post, MSBuild runner is not building my VS 2010 project according to the solution's build order.
This is a very large solution, which contains 117 projects (I know it is large, but I cannot break the solution apart). It builds fine in Release and Debug mode, but I can tell by the TC build log... -
Stephen Schlautmann created a post, Weird issue where TC doesn't think a control is in System.Windows.Controls
Here is the error from my build log... the controls are TimePicker and NumericUpDown... they are in System.Windows.Controls but TC doesn't see it that way. I checked the build output and the righ... -
-
Stephen Schlautmann created a post, Could someone explain how TC knows who to email for build notifications?
It appears that the only way someone can get an email about a build failure, is if they have a user account in TC. When someone checks in files though, TC shows those check ins by the SVN account ... -
-
Stephen Schlautmann created a post, Any way to find out who made the file changes, during the build process?
I am now doing some code review tasks, as well as StyleCop, during the build process. I can get the changed file list from 'teamcity_build_changedFiles_file' and I can get the Subversion revision ... -
Stephen Schlautmann commented, -
Stephen Schlautmann created a post, Is there a way to know what bug numbers relate to files in the changedFile list?
Right now, I am pulling in the list of file changes from the file in the build agent, during the build. I do this, because I am running some code checks on new files. If a file fails one of the c... -
Stephen Schlautmann created a post, Can you have 2 VCS roots, which are pulled down into different places?
I have a build where I have the usual single Subversion root pulled down for the build. Let's say it is pulled down into C:\MainFolder. I have a need to have another Subversion pull, into another... -
Stephen Schlautmann created a post, How can we change the polling time on the Windows Tray App?
Some developers are complaining about the Windows Tray Plug In being "too chatty", to the point of slowing down compiling. They have asked me how to change the frequency that the application looks...