Closed NatElkins closed 4 years ago
This may be fixed in unreleased patch from @NicoVIII - https://github.com/ionide/Waypoint/commit/1458c9c78a16812be8a104aba8ce31b206710a59
Yes, I think that was the error I got.
Yes that fixed it! I'll close the issue.
Describe the bug
When I install the Waypoint template and create a new instance of it using
dotnet new Waypoint
, the Docs generation target will fail.To Reproduce
dotnet new -i Waypoint
mkdir WaypointTest
cd WaypointTest
dotnet new Waypoint
dotnet tool restore
dotnet fake build -t Docs
Expected behaviour Docs generation succeeds.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):