Skip to content

Commit

Permalink
Merge pull request #218 from bording/clear-item-groups
Browse files Browse the repository at this point in the history
Clear ItemGroups before using them
  • Loading branch information
adamralph authored Apr 5, 2019
2 parents 9e009c8 + 4767295 commit 15af8aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MinVer/build/MinVer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<Message Importance="$(MinVerDetailed)" Text="MinVer: [input] MinVerTagPrefix=$(MinVerTagPrefix)" />
<Message Importance="$(MinVerDetailed)" Text="MinVer: [input] MinVerVerbosity=$(MinVerVerbosity)" />
<Message Importance="$(MinVerDetailed)" Text="MinVer: [input] MinVerVersionOverride=$(MinVerVersionOverride)" />
<ItemGroup>
<MinVerInputs Remove="@(MinVerInputs)" />
<MinVerConsoleOutput Remove="@(MinVerConsoleOutput)" />
<MinVerOutputVersion Remove="@(MinVerOutputVersion)" />
</ItemGroup>
<ItemGroup>
<MinVerInputs Include="--build-metadata &quot;$(MinVerBuildMetadata)&quot;" />
<MinVerInputs Include="--minimum-major-minor &quot;$(MinVerMinimumMajorMinor)&quot;" />
Expand Down

0 comments on commit 15af8aa

Please sign in to comment.