Two issues that seem like they might be related. I'm trying to apply checkout rules for a VCS and getting weird results
+:Installers/Script => %teamcity.agent.work.dir%\Installers\Scriptis just creating a folder with the parameter name inside of my work directory instead of adding the Installers\Script directory to the work directory+:Setup_Files => C:\Automated_Testing\Setup_Filesis trying to create a folder namedC:inside of my work directory, which is obviously invalid and fails the build. I have tried both forward and back slashes, but since it's failing at the colon it doesn't really matter
I have some other builds that are using parameters in their checkout rules and they aren't having this problem, so I don't understand why just this one build is doing this. As far as using an absolute path for checkout rules, I don't believe that I have another configuration that uses that so hopefully this is all tied to one fix.