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 c0a3450 commit 8fb0c77Copy full SHA for 8fb0c77
LibGit2Sharp/NativeDllName.targets
@@ -14,7 +14,7 @@
14
<Target Name="GenerateNativeDllNameCs"
15
Inputs="@(EmbeddedResource)"
16
Outputs="$(NativeDllNamePath)">
17
- <GenerateNativeDllNameTask InputHashFile="@(EmbeddedResource)" Condition=" '%(Filename)' == 'libgit2_hash' " OutputFile="$(NativeDllNamePath)" />
+ <GenerateNativeDllNameTask InputHashFile="@(EmbeddedResource)" Condition=" '%(Filename)%(Extension)' == 'libgit2_hash.txt' " OutputFile="$(NativeDllNamePath)" />
18
</Target>
19
20
<Target Name="CleanNativeDllNameCs">
0 commit comments