Skip to content

Commit

Permalink
Updating so that the RunCodeAnalysis property can be passed down to s…
Browse files Browse the repository at this point in the history
…ub-MSBuild tasks if set at the command line
  • Loading branch information
lajones committed Jun 26, 2014
1 parent af5cbcf commit c197e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EFTools.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<BuildProperties>Platform=$(Platform)</BuildProperties>
<BuildProperties Condition=" '$(RunCodeAnalysis)' != '' ">$(BuildProperties);RunCodeAnalysis=$(RunCodeAnalysis)</BuildProperties>
<VSTest>$(VSINSTALLDIR)\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe</VSTest>
<BuildTargets>Build</BuildTargets>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildThisFileDirectory)</SolutionDir>
Expand Down

0 comments on commit c197e20

Please sign in to comment.