wal
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Build settings have not been finalized
CompletedAfter updating to build ` 2019.2.3 (build 72031)` from (2.2) I am receiving this message when trying to run a build: Build settings have not been finalized I'm not sure what to do - nothing else ... -
Created download last finished artifacts from latest build (any branch)
CompletedHow can you download the latest build artifacts from *any* branch? Please note if you use the following it downloads from the default branch /httpAuth/repository/downloadAll/$buildId/.lastFinished/... -
Created dotCover does not respect ExcludeFromCodeCoverage attribute when run from TeamCity
i'm using TeamCity 7.0.3I have a bunch of classes attributed with [ExcludeFromCodeCoverage]When I run dotCover from within Visual Studio the relevant classes are excluded from code coverage.However... -
Created Access Build Counter as an environment variable
Hi, I have overridden the Build Number (BUILD_NUMBER) format to be2.0.{0}.%system.build.vcs.number%however I still require access to the build counter {0} from my scripts.How can I access this numb... -
Created hg revision number as environment variable
Hi,Does TeamCity define a variable (like %build.vcs.number%) that is the hg revision number? It doesnt appear to be on the list.I have tried adding my own environment variable under 'Build Paramete... -
Created for Mercurial VCS, where does the agent check out the repo?
Using TeamCity 6.5, I have the following configuration: When I go to that folder on the agent there is no local repo, (no hg folders) How does this work, does the agent even checkout a copy of the...