I have a bunch of MSBUILD files that we used with CrusieControl.
I'm trying to use these with TeamCity.
It looks like the MSBUILD proj files that we're using are expecting parameters from CruiseControl like CCNetArtifactDirectory and CCNetWorkingDirectory to name a couple.
I'm not sure how concepts like artifacts translate to team city.
Can I still have TeamCity pass in values for parameters that Cruise Control would have?
Does TeamCity pass in any variables that my MSBULD proj files can use? Like what is the current working directory? Can I ask TeamCity for its artifacts directory?
How do I setup an environment variable with TeamCity so that I can set a value for a variable called CCNetArtifactDirectory which my MSBUILD proj files can use?