I can start the build manually through team explorer but when trying to do so via the command line using tfsbuild on the build box i get the following error. I tried putting the url in quotes and using fqdn as well. Any thoughts? Is there another console app that i can use in conjuction with windows schedular to kick off a build?
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>"C:\Program Files\Microsoft Visual Studio 8\C
ommon7\IDE\TFSBuild.exe" start http://6nytp71:8080 ProjectX ProjectXBuild
Microsoft (R) TfsBuild Version 8.0.0.0
for Microsoft (R) Visual Studio 2005 Team System
Copyright (C) Microsoft Corporation 2004. All rights reserved.
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an ob
ject.
at Microsoft.TeamFoundation.Build.Common.WebServiceUrls.GetServerUrl(String server)
at Microsoft.TeamFoundation.Build.CommandLine.TeamBuild.StartBuild(StartBuildParameters startBuil
d)
at Microsoft.TeamFoundation.Build.CommandLine.CommandLineBuild.StartCommand()
at Microsoft.TeamFoundation.Build.CommandLine.CommandLineBuild.Main(String[] args)
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>