Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Conditional include for perf targets (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda committed May 26, 2016
1 parent b1841b5 commit d9a9ec0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@
<Import Project="$(MSBuildThisFileDirectory)CodeCoverage.targets" />

<!-- import settings for perf testing -->
<Import Project="$(MSBuildThisFileDirectory)PerfTesting.targets" />
<Import Project="$(MSBuildThisFileDirectory)PerfTesting.targets" Condition="'$(Performance)'=='true'"/>

<!-- In VS (2015 Preview or later currently required): Debug to run unit tests on CoreCLR. -->
<PropertyGroup Condition="'$(IsTestProject)'=='true'">
Expand Down

0 comments on commit d9a9ec0

Please sign in to comment.