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 7a3e00e commit 82497c0Copy full SHA for 82497c0
build/Build.cs
@@ -31,7 +31,7 @@ class Build : NukeBuild
31
[Parameter("Configuration to build - Default is 'Debug' (local) or 'Release' (server)")]
32
readonly Configuration Configuration = IsLocalBuild ? Configuration.Debug : Configuration.Release;
33
34
- [Solution] readonly Solution Solution;
+ [Solution("Simpleflow.sln")] readonly Solution Solution;
35
//[GitRepository] readonly GitRepository GitRepository;
36
//[GitVersion] readonly GitVersion GitVersion;
37
0 commit comments