Lior Tal
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Edited Save and restore data on agent before & after builds
We just started using TeamCity after a while of not using it. Our project is built using the Unity (game engine). During the build process, a certain "data" folder is created which is a very slow ... -
Created Managing Trunk/Release branches in TC
Hello,We are managing our projects in SVN, using the trunk as the main line of development, branching it into release branches upon every release.In TeamCity, we have 2 "identical" projects - Trunk... -
Created Setting up the same build to trigger with different parameters
Hello,I have a build that uses the MSBuild runnner to perform its work.I am also using System properties to pass properties from TC to the MSBuild script.Following new requirements, i'd like to be ... -
Created Mixing Enterprise and Professional licenses
HiThe company i work in has an Enterprise license.I'd like to know whether it's OK according to the licensing terms, to add another (new) TeamCity server running under the Professional license (in ... -
Created Mixing Enterprise and Professional licenses
HiThe company i work in has an Enterprise license.I'd like to know whether it's OK according to the licensing terms, to add another (new) TeamCity server running under the Professional license (in ... -
Created Muting a test across multiple projects
Hello,We currently have a setup where we have 2 main development lines - Trunk and Release.Per each, we have about 10 projects in TeamCity (each defines multiple build configurations).Trunk and Rel... -
Created OutOfMemory exceptions and raising JVM memory
We have a build configuration that runs some scripts that use Java.These sometimes crash due to out of memoru exceptions.I've already read the online documentation but i can't figure out what shoul... -
Created Where should i place build outputs
Hello,I have a build configuration that generates some output.I'd like to have each run of this build copy its output and publish it as artifacts.Currently, i am building all output to %checkoutDir... -
Created Snapshot dependency from B -> A always triggers a build A
Hello,We have a couple of configurations, suppose they're called A and B.Configuration 'A' creates certain artifcats that later must be re-used by configuration 'B'.In addition, configuration A's V... -
Created Artifact dependency from the same build configuration
Hello,I'd like to setup a build that will perform an incremental build.For this, i'd like to store the build outputs as artifacts, and reuse them on every subsequent build (copy the latest artifact...