11 references to Utils
MobileBuildTasks (11)
Android\AndroidProject.cs (5)
50Utils.RunProcess(logger, tools.ClangPath, workingDir: workingDir, args: clangArgs); 73Utils.RunProcess(logger, Cmake, workingDir: workingDir, args: cmakeGenArgs); 89Utils.RunProcess(logger, Cmake, workingDir: workingDir, args: cmakeBuildArgs); 144if (Utils.IsWindows()) 146else if (Utils.IsMacOS())
Android\Ndk\Ndk.cs (1)
69string[] fixedNdkPaths = (Utils.IsWindows()) ?
Android\Ndk\NdkTools.cs (1)
44string cmdExt = Utils.IsWindows() ? ".cmd" : "";
Apple\AppleProject.cs (1)
57Utils.RunProcess(logger, "xcrun", workingDir: workingDir, args: clangArgs);
Apple\AppleSdk.cs (1)
100(int exitCode, output) = Utils.TryRunProcess(logger,
src\tasks\Common\Utils.cs (2)
41using Stream stream = typeof(Utils).Assembly 42.GetManifestResourceStream($"{typeof(Utils).Assembly.GetName().Name}.Templates.{file}")!;