Uses For "tempDir"
Hi,
Can my build scripts use tempDir too? Some of my scripts need a temp storage area. This is only needed during a build. If TC erases all of tempDir when the build completes, it will not matter.
Looking at the docs, it isn't clear (to me at least) if TeamCity expects exclusive use of tempDir.
Thanks,
-T
Please sign in to leave a comment.
Yes, it can be used in build scripts.
Moreover, the build agent redifines %TEMP% environment variable automatically.
Great! Thanks.
-T