Skip to content

Commit 290d5f0

Browse files
committed
re-enable mono build on CI
1 parent a44472c commit 290d5f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fcs/build.fsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ let buildVersion =
7171
else if isAppVeyorBuild then sprintf "%s-b%s" assemblyVersion AppVeyorEnvironment.BuildNumber
7272
else assemblyVersion
7373

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
74+
let skipBuild = false // isJenkinsBuild && isMono
7675

7776
Target "Clean" (fun _ ->
7877
if not skipBuild then

0 commit comments

Comments
 (0)