Skip to content

Commit

Permalink
Suppressed build project check
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Apr 7, 2024
1 parent 773c407 commit 279da84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ class Build : NukeBuild
[Parameter("Configuration to build - Default is 'Release'")]
readonly Configuration Configuration = Configuration.Release;

[Solution]
[Solution(SuppressBuildProjectCheck = true)]
readonly Solution? WindowsSolution;

[Solution]
[Solution(SuppressBuildProjectCheck = true)]
readonly Solution? MacSolution;

[Solution]
[Solution(SuppressBuildProjectCheck = true)]
readonly Solution? LinuxSolution;

Target PreliminaryCheck => _ => _
Expand Down

0 comments on commit 279da84

Please sign in to comment.