Skip to content

Commit d53ccc2

Browse files
JoeRobichCosifne
authored andcommitted
Remove unused test method
1 parent 3b34aff commit d53ccc2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/SolutionExplorerInProcess.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -510,22 +510,6 @@ public async Task<string> GetFileContentsAsync(string projectName, string relati
510510
return (solutionDirectory, solutionFileFullPath, userOptionsFile);
511511
}
512512

513-
/// <returns>
514-
/// If <paramref name="waitForBuildToFinish"/> is <see langword="true"/>, returns the build status line, which generally looks something like this:
515-
///
516-
/// <code>
517-
/// ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
518-
/// </code>
519-
///
520-
/// Otherwise, this method does not wait for the build to complete and returns <see langword="null"/>.
521-
/// </returns>
522-
public async Task BuildSolutionAsync(CancellationToken cancellationToken)
523-
{
524-
await JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
525-
526-
await TestServices.Shell.ExecuteCommandAsync(VSConstants.VSStd97CmdID.BuildSln, cancellationToken);
527-
}
528-
529513
/// <returns>
530514
/// The summary line for the build, which generally looks something like this:
531515
///

0 commit comments

Comments
 (0)