From cad9f09046d9813b1923cf0bf844c76ef552aa47 Mon Sep 17 00:00:00 2001 From: Dylan Perks <11160611+Perksey@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:34:59 +0000 Subject: [PATCH] Kick off all CI jobs - progress check --- build/nuke/Native/Core.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/nuke/Native/Core.cs b/build/nuke/Native/Core.cs index 1608977580..b1c51f3f14 100644 --- a/build/nuke/Native/Core.cs +++ b/build/nuke/Native/Core.cs @@ -27,8 +27,6 @@ using static Nuke.Common.Tools.GitHub.GitHubTasks; partial class Build { - // TODO the dishes - [Nuke.Common.Parameter("Build native code")] readonly bool Native; [CanBeNull] string AndroidHomeValue;