Where should I create temp files Permanently deleted user Created May 14, 2014 09:38 I need to create some temporary files from my msbuild script run by TeamCity. Is there a "best practice" place where I should place them?
If you want them to be deleted after the build, please use %system.teamcity.build.tempDir% for temporary files.