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);
Swix\SwixProjectBase.cs (1)
88
Utils
.StringReplace(path, ReplacementTokens, Encoding.UTF8);
WorkloadPackageBase.cs (6)
234
Utils
.DeleteDirectory(DestinationDirectory);
247
Utils
.DeleteDirectory(Path.Combine(DestinationDirectory, "_rels"));
248
Utils
.DeleteDirectory(Path.Combine(DestinationDirectory, "package"));
250
Utils
.DeleteFile(Path.Combine(DestinationDirectory, ".signature.p7s"));
251
Utils
.DeleteFile(Path.Combine(DestinationDirectory, "[Content_Types].xml"));
252
Utils
.DeleteFile(Path.Combine(DestinationDirectory, $"{Id}.nuspec"));