Skip to content

Commit

Permalink
Merge pull request #1082 from AGBrown/bugfix/ncrunch-item-group
Browse files Browse the repository at this point in the history
Fixes #1053: exclude NCrunch ItemGroup when NCrunch not present
  • Loading branch information
JakeGinnivan authored Nov 27, 2016
2 parents 27e9f3d + 145b474 commit 15ef651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitVersionTask/NugetAssets/GitVersionTask.targets
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</Target>

<!--Support for ncrunch-->
<ItemGroup>
<ItemGroup Condition=" $(NCrunch) != '' ">
<None Include="$(MSBuildThisFileDirectory)..\..\GitVersionTask.dll">
<Visible>False</Visible>
</None>
Expand Down

0 comments on commit 15ef651

Please sign in to comment.