Skip to content

Commit 8683582

Browse files
committed
Update changelog path to reference the correct directory structure
1 parent 97e080f commit 8683582

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Content/Library/build/build.fs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ let environVarAsBoolOrDefault varName defaultValue =
3434
//-----------------------------------------------------------------------------
3535

3636
let rootDirectory =
37-
__SOURCE_DIRECTORY__
38-
</> ".."
37+
IO.Path.GetFullPath(
38+
__SOURCE_DIRECTORY__
39+
</> ".."
40+
)
3941

4042
let productName = "MyLib.1"
4143

@@ -121,6 +123,7 @@ let changelogPath =
121123
rootDirectory
122124
</> changelogFile
123125

126+
124127
let changelog = Fake.Core.Changelog.load changelogPath
125128

126129
let mutable latestEntry =

0 commit comments

Comments
 (0)