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 cf24a33 commit 6999924Copy full SHA for 6999924
build/scripts/Testing.fsx
@@ -21,7 +21,7 @@ module Tests =
21
open System
22
23
let private buildingOnTravis = getEnvironmentVarAsBool "TRAVIS"
24
- let private buildingOnTeamCity = getEnvironmentVarAsBool "TEAMCITY_VERSION"
+ let private buildingOnTeamCity = match environVarOrNone "TEAMCITY_VERSION" with | Some x -> true | None -> false
25
26
let private setLocalEnvVars() =
27
let clusterFilter = getBuildParamOrDefault "clusterfilter" ""
0 commit comments