diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-10 23:35:31 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-13 07:27:49 -0800 |
commit | c8a832c931f6c34892e596a11c14e9181d5eee16 (patch) | |
tree | f7038e49a221ec4e1ce7a5eb42002e90710b7f50 /src/api | |
parent | fdf2b03587cddd74618f57c59f24a22819bd28ff (diff) | |
download | wix-c8a832c931f6c34892e596a11c14e9181d5eee16.tar.gz wix-c8a832c931f6c34892e596a11c14e9181d5eee16.tar.bz2 wix-c8a832c931f6c34892e596a11c14e9181d5eee16.zip |
Minimize calls into GitInfo by caching results during build_init
Diffstat (limited to 'src/api')
4 files changed, 0 insertions, 4 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj index b83084d0..7f1b27c2 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj | |||
@@ -10,7 +10,6 @@ | |||
10 | 10 | ||
11 | <ItemGroup> | 11 | <ItemGroup> |
12 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 12 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
13 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
14 | </ItemGroup> | 13 | </ItemGroup> |
15 | 14 | ||
16 | <Target Name="Pack" | 15 | <Target Name="Pack" |
diff --git a/src/api/burn/balutil/balutil.vcxproj b/src/api/burn/balutil/balutil.vcxproj index 42a86fd1..d5cd146b 100644 --- a/src/api/burn/balutil/balutil.vcxproj +++ b/src/api/burn/balutil/balutil.vcxproj | |||
@@ -82,7 +82,6 @@ | |||
82 | 82 | ||
83 | <ItemGroup> | 83 | <ItemGroup> |
84 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 84 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
85 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
86 | 85 | ||
87 | <PackageReference Include="WixToolset.DUtil" /> | 86 | <PackageReference Include="WixToolset.DUtil" /> |
88 | </ItemGroup> | 87 | </ItemGroup> |
diff --git a/src/api/burn/bextutil/bextutil.vcxproj b/src/api/burn/bextutil/bextutil.vcxproj index 6af9cd56..69222b4c 100644 --- a/src/api/burn/bextutil/bextutil.vcxproj +++ b/src/api/burn/bextutil/bextutil.vcxproj | |||
@@ -71,7 +71,6 @@ | |||
71 | 71 | ||
72 | <ItemGroup> | 72 | <ItemGroup> |
73 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 73 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
74 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
75 | 74 | ||
76 | <PackageReference Include="WixToolset.DUtil" /> | 75 | <PackageReference Include="WixToolset.DUtil" /> |
77 | </ItemGroup> | 76 | </ItemGroup> |
diff --git a/src/api/burn/mbanative/mbanative.vcxproj b/src/api/burn/mbanative/mbanative.vcxproj index e6376ca7..47d09591 100644 --- a/src/api/burn/mbanative/mbanative.vcxproj +++ b/src/api/burn/mbanative/mbanative.vcxproj | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | <ItemGroup> | 68 | <ItemGroup> |
69 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 69 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
70 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
71 | 70 | ||
72 | <PackageReference Include="WixToolset.DUtil" /> | 71 | <PackageReference Include="WixToolset.DUtil" /> |
73 | </ItemGroup> | 72 | </ItemGroup> |