Skip to content

Commit d6569c3

Browse files
committed
gitlink only on release
1 parent 2a981b5 commit d6569c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Building.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ open Tooling;
1111

1212
type Build() =
1313

14-
static let runningRelease = hasBuildParam "version" || hasBuildParam "apikey" || getBuildParam "target" = "release"
14+
static let runningRelease = getBuildParam "target" = "release"
1515

1616
static let compileCore() =
1717
DotNetProject.AllPublishable

0 commit comments

Comments
 (0)