Skip to content

Commit e87f7bb

Browse files
authored
Merge pull request #8 from navtech-io/develop
Update build config
2 parents 4590834 + 82497c0 commit e87f7bb

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)