Clean up comments in DthTests
This commit is contained in:
parent
3c91f436c4
commit
fc370bee6d
1 changed files with 0 additions and 8 deletions
|
@ -337,16 +337,8 @@ namespace Microsoft.DotNet.ProjectModel.Server.Tests
|
|||
Path.Combine(projectPath, "home", GlobalSettings.FileName),
|
||||
JsonConvert.SerializeObject(new { projects = new string[] { "src", "../ext" } }));
|
||||
|
||||
// Console.WriteLine($"attach to {System.Diagnostics.Process.GetCurrentProcess().Id}");
|
||||
// while(!System.Diagnostics.Debugger.IsAttached)
|
||||
// {
|
||||
// System.Threading.Thread.Sleep(100);
|
||||
// }
|
||||
|
||||
client.SendPayload(testProject, "RefreshDependencies");
|
||||
|
||||
// var messages = client.DrainAllMessages(TimeSpan.FromDays(1));
|
||||
|
||||
client.DrainTillFirst("ProjectInformation")
|
||||
.RetrievePayloadAs<JObject>()
|
||||
.RetrievePropertyAs<JArray>("ProjectSearchPaths")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue