File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3838 </Target >
3939
4040
41- <Target Name =" AddNativeDllCommitShaToBuildMetadata" BeforeTargets =" GetBuildVersion" >
41+ <Target Name =" AddNativeDllCommitShaToBuildMetadata" Inputs = " $(MSBuildThisFileDirectory)..\..\libgit-binary\libgit2_hash.txt " Outputs = " $(IntermediateOutputPath)libgit2_hash.txt " BeforeTargets =" GetBuildVersion" >
4242
4343 <ReadLinesFromFile File =" $(MSBuildThisFileDirectory)..\..\libgit-binary\libgit2_hash.txt"
4444 Condition =" Exists('$(MSBuildThisFileDirectory)..\..\libgit-binary\libgit2_hash.txt')" >
5353 <BuildMetadata Include =" libgit2-$(libgit2_hash.Substring(0,7))" />
5454 </ItemGroup >
5555
56+ <WriteLinesToFile File =" $(IntermediateOutputPath)libgit2_hash.txt" Lines =" @(BuildMetadata)" WriteOnlyWhenDifferent =" True" />
5657 </Target >
5758
5859
You can’t perform that action at this time.
0 commit comments