Skip to content

Commit

Permalink
Tiny type fix (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulroho authored and SabotageAndi committed Nov 15, 2019
1 parent e65e6cf commit 18878a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/LocalSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ You need to clone the repository with submodules, because the code for the SpecF
### MSBUILDDISABLENODEREUSE

You have to set MSBUILDDISABLENODEREUSE to 1.
Reason for this is, that SpecFlow has a MSBuild Task that is used in the TechTalk.SpecFlow.Specs project. Because of the using of the task and MSBuild reuses processes, the file is loaded by MSBuild and will then lock the file and break the next build.
Reason for this is, that SpecFlow has an MSBuild Task that is used in the TechTalk.SpecFlow.Specs project. Because of the using of the task and MSBuild reuses processes, the file is loaded by MSBuild and will then lock the file and break the next build.

This environment variable controls the behaviour if MSBuild reuses processes. Setting to 1 disables this behaviour.

See https://github.com/Microsoft/msbuild/wiki/MSBuild-Tips-&-Tricks for more info about it.
See https://github.com/Microsoft/msbuild/wiki/MSBuild-Tips-&-Tricks for more info about it.

0 comments on commit 18878a5

Please sign in to comment.