Browse Source

removed deprecated call for config server

Bryan Allred 10 years ago
parent
commit
12585b4698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Program.cs

+ 1 - 1
Program.cs

26
			var autoResetEvent = new AutoResetEvent(true);
26
			var autoResetEvent = new AutoResetEvent(true);
27
			var uri = new Uri(args[0]);
27
			var uri = new Uri(args[0]);
28
			var dashboard = new Dashboard(uri);
28
			var dashboard = new Dashboard(uri);
29
			var configurationServer = TfsConfigurationServerFactory.GetConfigurationServer(uri, new UICredentialsProvider());
29
			var configurationServer = TfsConfigurationServerFactory.GetConfigurationServer(uri);
30
			configurationServer.EnsureAuthenticated();
30
			configurationServer.EnsureAuthenticated();
31
31
32
			// Start the TFS worker.
32
			// Start the TFS worker.