4 references to NuGetSourcesKey
Microsoft.TemplateEngine.Abstractions (1)
Installer\InstallerConstants.cs (1)
20
/// <remarks>Used together with <see cref="
NuGetSourcesKey
"/>.</remarks>
Microsoft.TemplateEngine.Cli (1)
TemplatePackageCoordinator.cs (1)
195
details[InstallerConstants.
NuGetSourcesKey
] = string.Join(InstallerConstants.NuGetSourcesSeparator.ToString(), args.AdditionalSources);
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NuGetInstaller.cs (2)
222
if (installRequest.Details != null && installRequest.Details.TryGetValue(InstallerConstants.
NuGetSourcesKey
, out string nugetSources))
383
installationDetails.Add(InstallerConstants.
NuGetSourcesKey
, nuGetManagedSource.NuGetSource!);