William Roush

- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
William Roush created a post, Show Custom Build On Front Page
Our deployments require a password to be put in, so we have a couple fields set as "prompt" in our build parameters. Clicking run however triggers a custom build, which never shows on the front pag... -
William Roush created a post, TeamCity, dotCover, and PDBs
So I'm having an interesting delima, and I wanted to know how other people are configuring their TeamCity.Right now I have one project with two builds: Trunk and Test, their uses are obvious.Howeve... -
William Roush created a post, TeamCity "Build with changes" custom build format and number
When building with a specific set of changes from an old build, I'd like to use the same version number and build number format I used for that old version (so I may use 1.0.45.{0} for thsi cu... -
-
-
William Roush created a post, TeamCity Stops Checking For Changes (VCS - Visual Source Safe)
I'm having an odd issue with 6.0.3, though it started to happen in 6.0.2 before our upgrade.Every once in awhile, TeamCity just stops checking for new changes, all my projects will have 0 pending c... -
-
William Roush created a post, Artifact Dependency Configuration Being Ignored?
So I have two projects:A (library)B (exe)B depends on A with:- Do not run new build if there is a suitable one- Only use successful builds from suitable onesAs I understand it, if there is an up to... -
-
William Roush created a post, Build Configuration - Publish + Test in separate configs.
My current project setup is as such:- Software Project- Test ProjectRight now we have two build configurations:- Software Build and Test (builds both projects and tests)- Software Test (Builds 2nd ...