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 773c407 commit 279da84Copy full SHA for 279da84
src/build/Build.cs
@@ -40,13 +40,13 @@ class Build : NukeBuild
40
[Parameter("Configuration to build - Default is 'Release'")]
41
readonly Configuration Configuration = Configuration.Release;
42
43
- [Solution]
+ [Solution(SuppressBuildProjectCheck = true)]
44
readonly Solution? WindowsSolution;
45
46
47
readonly Solution? MacSolution;
48
49
50
readonly Solution? LinuxSolution;
51
52
Target PreliminaryCheck => _ => _
0 commit comments