Skip to content

Commit 279da84

Browse files
committed
Suppressed build project check
1 parent 773c407 commit 279da84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/build/Build.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ class Build : NukeBuild
4040
[Parameter("Configuration to build - Default is 'Release'")]
4141
readonly Configuration Configuration = Configuration.Release;
4242

43-
[Solution]
43+
[Solution(SuppressBuildProjectCheck = true)]
4444
readonly Solution? WindowsSolution;
4545

46-
[Solution]
46+
[Solution(SuppressBuildProjectCheck = true)]
4747
readonly Solution? MacSolution;
4848

49-
[Solution]
49+
[Solution(SuppressBuildProjectCheck = true)]
5050
readonly Solution? LinuxSolution;
5151

5252
Target PreliminaryCheck => _ => _

0 commit comments

Comments
 (0)