Skip to content

Commit

Permalink
Correct readme path to hopefully fix #469
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Dec 15, 2020
1 parent 1c1117d commit 1f85c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Nuke.Common;
using Nuke.Common.Execution;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.Tools.DotNet;
using Nuke.Common.Tools.GitVersion;
using Nuke.Common.Tools.MSBuild;
Expand Down Expand Up @@ -64,4 +65,6 @@ public partial class Solution : NukeBuild,
.Before(Clean);

[Parameter("Configuration to build")] public Configuration Configuration { get; } = IsLocalBuild ? Configuration.Debug : Configuration.Release;

AbsolutePath ICanUpdateReadme.ReadmeFilePath => RootDirectory / "README.md";
}

0 comments on commit 1f85c68

Please sign in to comment.