File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ Push-Location $libgit2Directory
9393 $buildProperties = @"
9494<Project>
9595 <PropertyGroup>
96+ <MSBuildAllProjects>`$ (MSBuildAllProjects);`$ (MSBuildThisFileFullPath)</MSBuildAllProjects>
97+ <libgit2_propsfile>`$ (MSBuildThisFileFullPath)</libgit2_propsfile>
9698 <libgit2_hash>$sha </libgit2_hash>
9799 <libgit2_filename>$binaryFilename </libgit2_filename>
98100 </PropertyGroup>
@@ -104,6 +106,8 @@ Push-Location $libgit2Directory
104106 $net461BuildProperties = @"
105107<Project>
106108 <PropertyGroup>
109+ <MSBuildAllProjects>`$ (MSBuildAllProjects);`$ (MSBuildThisFileFullPath)</MSBuildAllProjects>
110+ <libgit2_propsfile>`$ (MSBuildThisFileFullPath)</libgit2_propsfile>
107111 <libgit2_hash>$sha </libgit2_hash>
108112 <libgit2_filename>$binaryFilename </libgit2_filename>
109113 </PropertyGroup>
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4+ <libgit2_propsfile >$(MSBuildThisFileFullPath)</libgit2_propsfile >
35 <libgit2_hash >15e119375018fba121cf58e02a9f17fe22df0df8</libgit2_hash >
46 <libgit2_filename >git2-15e1193</libgit2_filename >
57 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4+ <libgit2_propsfile >$(MSBuildThisFileFullPath)</libgit2_propsfile >
35 <libgit2_hash >15e119375018fba121cf58e02a9f17fe22df0df8</libgit2_hash >
46 <libgit2_filename >git2-15e1193</libgit2_filename >
57 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments