Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
[GitHub Usage] Pack libgit2sharp's native assemblies (#786)
Browse files Browse the repository at this point in the history
libgit2sharp has native assemblies that are placed into the `lib/<rid>/` folders that should be packed into the package that is deployed onto our machine.

Test build: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=2898846
  • Loading branch information
loic-sharma authored Jul 31, 2019
1 parent fc65b49 commit 1d8bf41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sign.thirdparty.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<ThirdPartyBinaries Include="Dapper.StrongName.dll" />
<ThirdPartyBinaries Include="Elmah.dll" />
<ThirdPartyBinaries Include="ICSharpCode.SharpZipLib.dll" />
<ThirdPartyBinaries Include="lib\win32\x64\git2-572e4d8.dll" />
<ThirdPartyBinaries Include="lib\win32\x86\git2-572e4d8.dll" />
<ThirdPartyBinaries Include="LibGit2Sharp.dll" />
<ThirdPartyBinaries Include="Markdig.dll" />
<ThirdPartyBinaries Include="MarkdownSharp.dll" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<copyright>Copyright .NET Foundation</copyright>
</metadata>
<files>
<file src="bin\$configuration$\*.*" target="bin"/>
<file src="bin\$configuration$\**.*" target="bin"/>
<file src="Scripts\*.ps1" />
<file src="Scripts\nssm.exe" />
</files>
Expand Down

0 comments on commit 1d8bf41

Please sign in to comment.