1 write to IsRunningRestore
dotnet (1)
Commands\Workload\Restore\WorkloadRestoreCommand.cs (1)
58
IsRunningRestore
= true
2 references to IsRunningRestore
dotnet (2)
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
164
!
IsRunningRestore
) // When running restore, we first update workloads, then query the projects to figure out what workloads should be installed, then run the install command.
174
if (!
IsRunningRestore
)