Skip to content

Commit

Permalink
Correct readme path to hopefully fix #469 (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
david-driscoll and mergify[bot] committed Dec 15, 2020
1 parent e4837fb commit e797c15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build/Build.cs
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 e797c15

Please sign in to comment.