3 overrides of ExecuteWithRestoreByDefault
Microsoft.NET.TestFramework (3)
Commands\CleanCommand.cs (1)
18protected override bool ExecuteWithRestoreByDefault => false;
Commands\GetValuesCommand.cs (1)
32protected override bool ExecuteWithRestoreByDefault => ShouldRestore;
Commands\RestoreCommand.cs (1)
22protected override bool ExecuteWithRestoreByDefault => false;
1 reference to ExecuteWithRestoreByDefault
Microsoft.NET.TestFramework (1)
Commands\MSBuildCommand.cs (1)
133if (ExecuteWithRestoreByDefault)