5 references to TemplateNuGetConfigPath
WorkloadBuildTasks (5)
InstallWorkloadFromArtifacts.cs (3)
154if (!File.Exists(TemplateNuGetConfigPath)) 156Log.LogError($"Cannot find TemplateNuGetConfigPath={TemplateNuGetConfigPath}"); 268PatchNuGetConfig.GetNuGetConfig(TemplateNuGetConfigPath, LocalNuGetsPath, PackageSourceNameForBuiltPackages, NuGetConfigPackageSourceMappings, nugetConfigPath);
PatchNuGetConfig.cs (2)
57Validate(TemplateNuGetConfigPath, PackageSourceNameForBuiltPackages, OutputPath); 58GetNuGetConfig(TemplateNuGetConfigPath, LocalNuGetsPath, PackageSourceNameForBuiltPackages, NuGetConfigPackageSourceMappings, OutputPath!);