We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd2dd3 commit 2a981b5Copy full SHA for 2a981b5
build/scripts/Building.fsx
@@ -11,7 +11,7 @@ open Tooling;
11
12
type Build() =
13
14
- static let runningRelease = hasBuildParam "version" || hasBuildParam "apikey" || getBuildParam "target" = "canary" || getBuildParam "target" = "release"
+ static let runningRelease = hasBuildParam "version" || hasBuildParam "apikey" || getBuildParam "target" = "release"
15
16
static let compileCore() =
17
DotNetProject.AllPublishable
0 commit comments