7 references to Utils
WorkloadBuildTasks (7)
InstallWorkloadFromArtifacts.cs (3)
161Utils.DirectoryCopy(SdkWithNoWorkloadInstalledPath, req.TargetPath); 230(int exitCode, string output) = Utils.TryRunProcess( 375=> inputs.Any(i => Utils.IsNewerThan(i, output));
PackageInstaller.cs (2)
75(int exitCode, string output) = Utils.TryRunProcess(_logger, "dotnet", args, silent: false, debugMessageImportance: MessageImportance.Low); 153Utils.DirectoryCopy(srcDir, destDir);
src\tasks\Common\Utils.cs (2)
41using Stream stream = typeof(Utils).Assembly 42.GetManifestResourceStream($"{typeof(Utils).Assembly.GetName().Name}.Templates.{file}")!;