9 references to Utils
Microsoft.DotNet.Build.Tasks.Workloads (9)
Swix\SwixComponent.cs (2)
170
SwixComponent component = new(sdkFeatureBand,
Utils
.ToSafeId(workload.Id, componentSuffix),
182
component.AddDependency(
Utils
.ToSafeId(dependency, componentSuffix), s_v1);
WorkloadPackageBase.cs (6)
241
Utils
.DeleteDirectory(DestinationDirectory);
254
Utils
.DeleteDirectory(Path.Combine(DestinationDirectory, "_rels"));
255
Utils
.DeleteDirectory(Path.Combine(DestinationDirectory, "package"));
257
Utils
.DeleteFile(Path.Combine(DestinationDirectory, ".signature.p7s"));
258
Utils
.DeleteFile(Path.Combine(DestinationDirectory, "[Content_Types].xml"));
259
Utils
.DeleteFile(Path.Combine(DestinationDirectory, $"{Id}.nuspec"));
WorkloadTemplateBase.cs (1)
119
Utils
.StringReplace(templatePath, ReplacementTokens);