From f02e2c77151e89d6b99e15f63d35739042ad87d8 Mon Sep 17 00:00:00 2001 From: Dylan Perks <11160611+Perksey@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:23:17 -0500 Subject: [PATCH] Fix the attribute problem --- build/nuke/Build.Support.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/nuke/Build.Support.cs b/build/nuke/Build.Support.cs index e52935e6b9..fee64a97a7 100644 --- a/build/nuke/Build.Support.cs +++ b/build/nuke/Build.Support.cs @@ -35,7 +35,7 @@ partial class Build /// - Microsoft VSCode https://nuke.build/vscode public static int Main() => Execute(x => x.Compile); - [Parameter("Outputs build warnings instead of keeping the MSBuild logging quiet with just errors.")] + [Nuke.Common.Parameter("Outputs build warnings instead of keeping the MSBuild logging quiet with just errors.")] bool Warnings; static int IndexOfOrThrow(string x, char y)