Skip to content

Commit

Permalink
Enable track 2 mgmt projects by default (Azure#17324)
Browse files Browse the repository at this point in the history
Resolves Azure#17090 - at least for re-enabling mgmt-plane. Still needs coverage improvement but that's being handled separately.
  • Loading branch information
heaths authored and annelo-msft committed Feb 17, 2021
1 parent 9763dbe commit d7cc9c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/CodeCoverage.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<_IsCodeCoverable Condition="'$(IsClientLibrary)' == 'true' and '$(IsMgmtClientLibrary)' != 'true'">true</_IsCodeCoverable>
<!-- Conditions for which projects should be covered by default. -->
<_IsCodeCoverable Condition="'$(IsClientLibrary)' == 'true'">true</_IsCodeCoverable>
</PropertyGroup>

<PropertyGroup Condition="'$(CollectCoverage)' == 'true' and '$(_IsCodeCoverable)' == 'true' and '$(IsTestProject)' == 'true' and '$(ExcludeFromCodeCoverage)' != 'true'">
Expand Down

0 comments on commit d7cc9c8

Please sign in to comment.