9 references to RestoreCommand
EndToEnd.Tests (1)
ProjectBuildTests.cs (1)
32new RestoreCommand(Log, projectPath)
Microsoft.DotNet.Cli.Utils.Tests (1)
GivenAppThrowingException.cs (1)
49new RestoreCommand(Log, appWithToolDepRoot)
Microsoft.NET.Build.Tests (3)
GivenThatWeWantToBuildALibrary.cs (1)
266var restoreCommand = new RestoreCommand(Log, libraryProjectDirectory, "TestLibrary.different_language_proj");
GivenThatWeWantToBuildALibraryWithFSharp.cs (1)
129var restoreCommand = new RestoreCommand(Log, libraryProjectDirectory, "TestLibrary.different_language_proj");
GivenThatWeWantToBuildALibraryWithVB.cs (1)
140var restoreCommand = new RestoreCommand(Log, libraryProjectDirectory, "TestLibrary.different_language_proj");
Microsoft.NET.Publish.Tests (3)
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (2)
142var restoreCommand = new RestoreCommand(Log, testDir.Path); 214var restoreCommand = new RestoreCommand(Log, testDir.Path);
PublishWpfApp.cs (1)
42var restoreCommand = new RestoreCommand(Log, testDir.Path);
Microsoft.NET.TestFramework (1)
TestAsset.cs (1)
278return new RestoreCommand(log, System.IO.Path.Combine(TestRoot, relativePath));