Skip to content

Commit 82497c0

Browse files
author
Rajesh Jinaga
committed
Update build config
1 parent 7a3e00e commit 82497c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Build : NukeBuild
3131
[Parameter("Configuration to build - Default is 'Debug' (local) or 'Release' (server)")]
3232
readonly Configuration Configuration = IsLocalBuild ? Configuration.Debug : Configuration.Release;
3333

34-
[Solution] readonly Solution Solution;
34+
[Solution("Simpleflow.sln")] readonly Solution Solution;
3535
//[GitRepository] readonly GitRepository GitRepository;
3636
//[GitVersion] readonly GitVersion GitVersion;
3737

0 commit comments

Comments
 (0)