Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
SevenZip.cs
1using Nuke.Common.Tooling;
2
3namespace Nuke.Unreal;
4
5public static class SevenZip
6{
7 public static Tool Exe => ToolResolver.GetTool(BuildCommon.GetContentsFolder() / "7z/7z.exe");
8}
Extra build related utilities not necessarily associated with Unreal tasks.
static AbsolutePath GetContentsFolder()
Get the contents folder Nuke.Unreal is shipped with. This is usually contained in the local nuget ins...