We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dc475 commit 49042aaCopy full SHA for 49042aa
build/nuke/Native/Core.cs
@@ -28,7 +28,6 @@
28
29
partial class Build {
30
[Nuke.Common.Parameter("Build native code")] readonly bool Native;
31
-
32
[Nuke.Common.Parameter("Android home. Will be determined from dotnet if not provided.")] [CanBeNull] string AndroidHomeValue;
33
34
static string JobsArg => string.IsNullOrWhiteSpace(GitHubActions.Instance?.Job)
0 commit comments