Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f24c16c

Browse files
committed
Add libgit2 binaries as Content
This ensures that they're included in the VSIX and are available when unit testing.
1 parent 14ee436 commit f24c16c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
<Import Project="$(SolutionDir)\src\common\signing.props" />
1010

11+
<!-- Include libgit2 binaries in VSIX -->
12+
<ItemGroup>
13+
<None Remove="lib\win32\x86\git2-*" />
14+
<Content Include="lib\win32\x86\git2-*">
15+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
16+
</Content>
17+
</ItemGroup>
18+
1119
<ItemGroup>
1220
<Reference Include="System.ComponentModel.Composition" />
1321
<Reference Include="System.Net.Http" />
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)