2014-09-04 20:46:29,488 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:95 - Agent [gocd, 10.0.30.5, 16be7273-6f05-4cd7-adfe-5090da118c81] is reporting status [Preparing] to Go Server for Build [Development/4/Version/1/GenerateCommonAssemblyInfo/35]
2014-09-04 20:46:45,673 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:95 - Agent [gocd, 10.0.30.5, 16be7273-6f05-4cd7-adfe-5090da118c81] is reporting status [Building] to Go Server for Build [Development/4/Version/1/GenerateCommonAssemblyInfo/35]
2014-09-04 20:46:45,687 [loopThread] INFO go.util.command.CommandLine:455 - Running command: cmd /c .\build\tools\nant-0.92-bin\nant -buildfile:./build/scripts/GenerateGlobalAssemblyInfo.build go
2014-09-04 20:46:45,687 [loopThread] INFO go.util.command.CommandLine:62 - [go] setting environment variable 'GO_ENVIRONMENT_NAME' to value 'Development'
2014-09-04 20:46:45,688 [loopThread] INFO go.util.command.CommandLine:62 - [go] setting environment variable 'GO_SERVER_URL' to value 'https://gocd:8154/go/' 2014-09-04 20:46:45,688 [loopThread] INFO go.util.command.CommandLine:62 - [go] setting environment variable 'GO_TRIGGER_USER' to value 'changes'
2014-09-04 20:46:45,689 [loopThread] INFO go.util.command.CommandLine:62 - [go] setting environment variable 'GO_PIPELINE_NAME' to value 'Development'
** snipping a whole load of environment variables **
2014-09-04 20:46:45,731 [Thread-298] WARN go.util.command.CommandLine:62 - The system cannot find the path specified.
2014-09-04 20:46:45,833 [loopThread] WARN go.domain.builder.BaseCommandBuilder:103 - return code is 1
2014-09-04 20:46:45,833 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:101 - Agent [gocd, 10.0.30.5, 16be7273-6f05-4cd7-adfe-5090da118c81] is reporting build result [Failed] to Go Server for Build [Development/4/Version/1/GenerateCommonAssemblyInfo/35]
2014-09-04 20:46:45,850 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:95 - Agent [gocd, 10.0.30.5, 16be7273-6f05-4cd7-adfe-5090da118c81] is reporting status [Completing] to Go Server for Build [Development/4/Version/1/GenerateCommonAssemblyInfo/35]
2014-09-04 20:46:45,859 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:107 - Agent [gocd, 10.0.30.5, 16be7273-6f05-4cd7-adfe-5090da118c81] is reporting build result [Failed] to Go Server for Build [Development/4/Version/1/GenerateCommonAssemblyInfo/35]
2014-09-04 20:46:45,963 [loopThread] INFO thoughtworks.go.work.DefaultGoPublisher:90 - Stopping Transmission for Build [Development/4/Version/1/GenerateCommonAssemblyInfo/35]
If I open a command prompt, switch to the Go agent pipeline directory, and paste in the command that it is trying to execute (cmd /c .\build\tools\nant-0.92-bin\nant -buildfile:./build/scripts/GenerateGlobalAssemblyInfo.build go), then the task runs just fine.