We're running a Build agent on a separat machine. The account running the build agent is a workgroup account (not localsystem or network service).
Now, when we run any of the tasks "Command Line" or "Batch script" it works if we create .bat files and point them out with a full path.
But a simple "copy" or "del" command fails with the messages below.
2015-09-29T10:24:30.6554844Z ##[warning]Filename doesn't indicate a full path to a executable file.
2015-09-29T10:24:30.6564610Z Executing the following commandline. (workingFolder = c:\tfsworkspace\9d62e328\KamstrupWorld)
2015-09-29T10:24:30.6564610Z copy c:\tfsworkspace\9d62e328\KamstrupWorld\new\SourceCode\WPFVisionAir\Language files\*.* c:\tfsworkspace\9d62e328\KamstrupWorld\new\Output\WPFVisionAir\
2015-09-29T10:24:30.6574375Z Error message highlight pattern:
2015-09-29T10:24:30.6574375Z Warning message highlight pattern:
2015-09-29T10:24:30.6681797Z ##[error]File not found: copy