Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit d6e6bf4

Browse files
committed
Fix repo root folder
1 parent 811c04b commit d6e6bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/build.cake

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class BuildData
2525
public BuildData(ICakeContext context)
2626
{
2727
this.RepoRootFolder = context.MakeAbsolute(context.Directory("./"));
28+
context.Verbose("RepoRootFolder: " + this.RepoRootFolder);
2829
this.SourceFolder = this.RepoRootFolder.Combine("src");
2930
this.DocsFolder = this.RepoRootFolder.Combine("docs");
3031
this.OutputFolder = this.RepoRootFolder.Combine("output");

0 commit comments

Comments
 (0)