Skip to content

Commit

Permalink
Merge pull request dotnet#148 from Priya91/feature1
Browse files Browse the repository at this point in the history
Expose DefaultNoCategories property to enable specifying the categories(like perf) that are not in innerloop.
  • Loading branch information
Priya91 committed Apr 21, 2015
2 parents 3191ff1 + e3f8303 commit d7ee4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.DotNet.Build.Tasks/Targets/tests.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- Split semicolon separated lists -->
<WithCategoriesItems Include="$(WithCategories)" />
<WithoutCategoriesItems Include="$(WithoutCategories)" />
<DefaultNoCategories Include="$(DefaultNoCategories)" />
<UnsupportedPlatformsItems Include="$(UnsupportedPlatforms)"/>
</ItemGroup>

Expand Down

0 comments on commit d7ee4f8

Please sign in to comment.