9 references to NuGetPackageFiles
Microsoft.DotNet.Build.Tasks.Workloads (9)
CreateVisualStudioWorkload.wix.cs (3)
348MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, msi.NuGetPackageFiles); 395MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, msi.NuGetPackageFiles); 456MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, msi.NuGetPackageFiles);
CreateVisualStudioWorkloadSet.wix.cs (1)
73MsiPayloadPackageProject csproj = new(msi.Metadata, msiOutputItem, BaseIntermediateOutputPath, BaseOutputPath, msi.NuGetPackageFiles);
Msi\MsiBase.wix.cs (3)
243NuGetPackageFiles[msi.GetMetadata(Workloads.Metadata.FullPath)] = @"\data"; 247NuGetPackageFiles[Path.GetFullPath(msiJsonPath)] = "\\data\\msi.json"; 249NuGetPackageFiles["LICENSE.TXT"] = @"\";
Msi\WorkloadManifestMsi.wix.cs (2)
68NuGetPackageFiles[file] = @"\data\extractedManifest\" + Path.GetFileName(file); 101NuGetPackageFiles[jsonFullPath] = @"\data\extractedManifest\" + Path.GetFileName(jsonFullPath);