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