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,7 +26,7 @@ namespace pulse
26 26
			var autoResetEvent = new AutoResetEvent(true);
27 27
			var uri = new Uri(args[0]);
28 28
			var dashboard = new Dashboard(uri);
29
			var configurationServer = TfsConfigurationServerFactory.GetConfigurationServer(uri, new UICredentialsProvider());
29
			var configurationServer = TfsConfigurationServerFactory.GetConfigurationServer(uri);
30 30
			configurationServer.EnsureAuthenticated();
31 31
32 32
			// Start the TFS worker.