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 a44472c commit 290d5f0Copy full SHA for 290d5f0
fcs/build.fsx
@@ -71,8 +71,7 @@ let buildVersion =
71
else if isAppVeyorBuild then sprintf "%s-b%s" assemblyVersion AppVeyorEnvironment.BuildNumber
72
else assemblyVersion
73
74
-// Skipping build of FCS on Jenkins Mono for now until we knoow how to get an updated version of Mono installed
75
-let skipBuild = isJenkinsBuild && isMono
+let skipBuild = false // isJenkinsBuild && isMono
76
77
Target "Clean" (fun _ ->
78
if not skipBuild then
0 commit comments