From df43891be941357297873e7861ffa0bbf5f34b30 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Mon, 11 Jun 2018 19:21:02 -0400 Subject: [PATCH] Add Alpine to NativeBinaries.props --- UpdateLibgit2ToSha.ps1 | 4 ++++ nuget.package/build/net461/LibGit2Sharp.NativeBinaries.props | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/UpdateLibgit2ToSha.ps1 b/UpdateLibgit2ToSha.ps1 index 85a9d5d1..fa6aa3ff 100644 --- a/UpdateLibgit2ToSha.ps1 +++ b/UpdateLibgit2ToSha.ps1 @@ -148,6 +148,10 @@ Push-Location $libgit2Directory lib\debian.9-x64\lib$binaryFilename.so PreserveNewest + + lib\alpine-x64\lib$binaryFilename.so + PreserveNewest + LibGit2Sharp.dll.config PreserveNewest diff --git a/nuget.package/build/net461/LibGit2Sharp.NativeBinaries.props b/nuget.package/build/net461/LibGit2Sharp.NativeBinaries.props index cf3754e9..54db2589 100644 --- a/nuget.package/build/net461/LibGit2Sharp.NativeBinaries.props +++ b/nuget.package/build/net461/LibGit2Sharp.NativeBinaries.props @@ -42,6 +42,10 @@ lib\debian.9-x64\libgit2-b0d9952.so PreserveNewest + + lib\alpine-x64\libgit2-b0d9952.so + PreserveNewest + LibGit2Sharp.dll.config PreserveNewest