8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caded6e commit a0776faCopy full SHA for a0776fa
UpdateLibgit2ToSha.ps1
@@ -184,7 +184,7 @@ namespace LibGit2Sharp.Core
184
$buildProperties = @"
185
<?xml version="1.0" encoding="utf-8"?>
186
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
187
- <ItemGroup>
+ <ItemGroup Condition=" '`$(OS)' == 'Windows_NT' ">
188
<None Include="`$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\$binaryFilename.dll">
189
<Link>NativeBinaries\amd64\$binaryFilename.dll</Link>
190
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
0 commit comments