Skip to content

Commit

Permalink
Merge pull request #1237 from trondd/master
Browse files Browse the repository at this point in the history
Disable node reuse on Team foundation builds
  • Loading branch information
forki committed May 11, 2016
2 parents 26ea4db + 16dfa0f commit 0913ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/FakeLib/MSBuildHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ let mutable MSBuildDefaults =
Properties = []
MaxCpuCount = Some None
NoLogo = false
NodeReuse = not (buildServer = TeamCity)
NodeReuse = not (buildServer = TeamCity || buildServer = TeamFoundation)
ToolsVersion = None
Verbosity = None
NoConsoleLogger = false
Expand Down

0 comments on commit 0913ff4

Please sign in to comment.