16 references to Id
Microsoft.DotNet.Build.Tasks.Workloads (16)
CreateVisualStudioWorkload.wix.cs (1)
182Log.LogError(Strings.ManifestPackageGroupExists, manifestPackage.Id, packageGroup.Name);
CreateVisualStudioWorkloadSet.wix.cs (1)
62Log.LogError(Strings.ManifestPackageGroupExists, workloadSetPackage.Id, packageGroup.Name);
Msi\MsiMetadata.wix.cs (1)
79package.Id,
Msi\WorkloadPackGroupMsi.wix.cs (3)
40string packageContentWxs = Path.Combine(WixSourceDirectory, $"PackageContent.{pack.Id}.wxs"); 54.GetSubdirectory(pack.Id, "PackDir" + packNumber) 105registryKeyElement.Add(new XElement(ns + "RegistryKey", new XAttribute("Key", pack.Id),
Msi\WorkloadPackMsi.wix.cs (1)
63string providerKeyName = $"{_package.Id},{_package.PackageVersion},{Platform}";
WorkloadManifestPackage.wix.cs (4)
84SdkFeatureBand = GetSdkFeatureBandVersion(GetSdkVersion(Id)); 85ManifestId = GetManifestId(Id); 88SwixPackageId = isSxS ? $"{Id.Replace(shortNames)}.{Identity.Version}" : $"{Id.Replace(shortNames)}";
WorkloadPackageBase.cs (2)
208SwixPackageId = $"{Id.Replace(shortNames)}.{Identity.Version}"; 252Utils.DeleteFile(Path.Combine(DestinationDirectory, $"{Id}.nuspec"));
WorkloadSetPackage.wix.cs (3)
57SdkFeatureBand = GetSdkFeatureBandVersion(GetSdkVersion(Id)); 104throw new Exception(string.Format(Strings.InvalidWorkloadSetPackageMissingDataDir, Id)); 131throw new Exception(string.Format(Strings.InvalidWorkloadSetPackageNoWorkloadSet, Id));