1 write to Force
Microsoft.TemplateEngine.Abstractions (1)
Installer\InstallRequest.cs (1)
20
Force
= force;
4 references to Force
Microsoft.TemplateEngine.Edge (4)
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (1)
316
forceUpdate: installRequest.
Force
).ConfigureAwait(false);
Installers\NuGet\NuGetInstaller.cs (3)
232
force: installRequest.
Force
,
410
if (!installRequest.
Force
&& _environmentSettings.Host.FileSystem.FileExists(targetPackageLocation))
418
_environmentSettings.Host.FileSystem.FileCopy(installRequest.PackageIdentifier, targetPackageLocation, overwrite: installRequest.
Force
);