Skip to content

Commit c47337a

Browse files
committed
Merge pull request #127 from distantcam/Costura
Removing native pdbs as they are not handled by Costura. Saves size.
2 parents e843b67 + 39ab09e commit c47337a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

GitVersion/GitVersion.csproj

-6
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,9 @@
140140
<EmbeddedResource Include="..\Packages\LibGit2Sharp.0.16.0.0\lib\net35\NativeBinaries\amd64\git2-65e9dc6.dll">
141141
<Link>costura64\git2-65e9dc6.dll</Link>
142142
</EmbeddedResource>
143-
<EmbeddedResource Include="..\Packages\LibGit2Sharp.0.16.0.0\lib\net35\NativeBinaries\amd64\git2-65e9dc6.pdb">
144-
<Link>costura64\git2-65e9dc6.pdb</Link>
145-
</EmbeddedResource>
146143
<EmbeddedResource Include="..\Packages\LibGit2Sharp.0.16.0.0\lib\net35\NativeBinaries\x86\git2-65e9dc6.dll">
147144
<Link>costura32\git2-65e9dc6.dll</Link>
148145
</EmbeddedResource>
149-
<EmbeddedResource Include="..\Packages\LibGit2Sharp.0.16.0.0\lib\net35\NativeBinaries\x86\git2-65e9dc6.pdb">
150-
<Link>costura32\git2-65e9dc6.pdb</Link>
151-
</EmbeddedResource>
152146
<Content Include="FodyWeavers.xml">
153147
<SubType>Designer</SubType>
154148
</Content>

0 commit comments

Comments
 (0)