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 2a981b5 commit d6569c3Copy full SHA for d6569c3
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" = "release"
+ static let runningRelease = getBuildParam "target" = "release"
15
16
static let compileCore() =
17
DotNetProject.AllPublishable
0 commit comments