Agreed and understood. Thanks for the detailed introduction!
Everything is in VersionControl (TFS) and can be prefectly build from
within Visual Studio by different developers on different systems. My
problem is that Team Build (in its default build process) uses a
different binaries folder (Team
Are you saying the path to your release build changes between developers?
I don't use TeamBuild so I don't know how it works but on my system with
just Visual Studio (using VSS for repository) the build path is set on the
project/solution and carried over between check-in/check-out. For
instance,
Brian,
thanks for the immediate response!
Actually the part after SolutionDir is my problem. The binary (its
something like \bin vs. \Binaries) paths are different. After reading a
bit about it I'm sure I can change this in TeamBuild, but somehow this
seems wrong to me. The next time people se
The link you referenced shows a relative path to the dll, have you tried
using $(SoluitonDir) instead? I don't use Team Build so I don't know if
this would solve your problem.
Brian
If you can't explain
Hi,
I know this topic has beend addressed in many different flavors
already, but none seems to solve my issue.
I would like to have the bundle version set to the version number of a
package. This is obviously easy, but I need to change the version number
format. We like to have a 3 digit number
5 matches
Mail list logo