File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6969 </Target >
7070
7171
72- <Target Name =" GenerateAssemblyCommitIdsCs" Inputs =" $(libgit2_propsfile);$(VersionSourceFile)" Outputs =" $(AssemblyCommitIdsPath)" BeforeTargets =" CoreCompile" DependsOnTargets = " DefineProperties; GenerateAssemblyVersionInfo" Condition = " '$(GitCommitId)' != '' " >
72+ <Target Name =" GenerateAssemblyCommitIdsCs" Inputs =" $(libgit2_propsfile);$(VersionSourceFile)" Outputs =" $(AssemblyCommitIdsPath)" BeforeTargets =" CoreCompile" AfterTargets = " GenerateAssemblyVersionInfo" DependsOnTargets = " DefineProperties " >
7373
7474 <PropertyGroup >
75+ <LibGit2SharpCommitSha >unknown</LibGit2SharpCommitSha >
76+ <LibGit2SharpCommitSha Condition =" '$(GitCommitId)' != ''" >$(GitCommitId)</LibGit2SharpCommitSha >
7577 <AssemblyCommitIdsSourceLines >
7678 namespace LibGit2Sharp
7779 {
7880 internal static class AssemblyCommitIds
7981 {
8082 public const string LibGit2CommitSha = "$(libgit2_hash)"%3b
81- public const string LibGit2SharpCommitSha = "$(GitCommitId )"%3b
83+ public const string LibGit2SharpCommitSha = "$(LibGit2SharpCommitSha )"%3b
8284 }
8385 }
8486 </AssemblyCommitIdsSourceLines >
You can’t perform that action at this time.
0 commit comments