Skip to content

Commit

Permalink
Fantomas
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jan 19, 2025
1 parent 105649a commit 9ba3cf4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Build/targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5813,7 +5813,7 @@ module Targets =
"AltCoverTag", "MSBuildTest_"
"AltCoverPath", unpack.Replace('\\', '/')
"DebugSymbols", "True"
"Fake2738Workround", "True" ]
"Fake2738Workround", "True" ]
@ tmp.MSBuildParams.Properties })
"Sample4LongForm.fsproj")

Expand Down Expand Up @@ -8130,7 +8130,14 @@ module Targets =
_Target "BuildMonoSamples" BuildMonoSamples
_Target "BuildSample31" BuildSample31
_Target "Analysis" ignore
_Target "Lint" (if Environment.isWindows then Lint else ignore)

_Target
"Lint"
(if Environment.isWindows then
Lint
else
ignore)

_Target "Gendarme" Gendarme
_Target "FxCop" FxCop
_Target "UnitTest" UnitTest
Expand Down

0 comments on commit 9ba3cf4

Please sign in to comment.