I’m trying to create a MSBuild script for running in TeamCity. I have a problem when I want to copy the files generated by the Project Build to another server. I tried to map that server as X:\ but I got the error that it can’t find that path. Can anybody help me?
Thanks
I’m trying to create a MSBuild script for running in TeamCity. I have a
Share
Drive mappings can be problematic to use from build scripts. It would be better if you can use a network share. If not you may have to use a tool like MSDeploy.