Skip to content

Commit

Permalink
Update GitInputs list to include branch heads recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbearzhu authored and kzu committed Nov 29, 2016
1 parent 494fe7e commit e253f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo/build/GitInfo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<_GitInput Include="$(GitDir)HEAD" />
<_GitInput Include="$(GitVersionFile)" Condition="Exists('$(GitVersionFile)')" />
</ItemGroup>
<CreateItem Include="$([System.IO.Path]::Combine('$(GitDir)', 'refs', 'heads', '*.*'))">
<CreateItem Include="$([System.IO.Path]::Combine('$(GitDir)', 'refs', 'heads', '**', '*.*'))">
<Output ItemName="_GitInput" TaskParameter="Include" />
</CreateItem>
</Target>
Expand Down

0 comments on commit e253f25

Please sign in to comment.