Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 584ebd1

Browse files
committed
Fix packaging of resources
1 parent f221040 commit 584ebd1

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,23 +267,21 @@
267267
</ProjectReference>
268268
</ItemGroup>
269269
<ItemGroup>
270-
<EmbeddedResource Include="PlatformResources\linux\git-lfs.json" />
271-
<EmbeddedResource Include="PlatformResources\mac\git-lfs.json" />
272-
<None Include="PlatformResources\mac\git-lfs.zip" />
273-
<None Include="PlatformResources\windows\git-lfs.zip" />
274-
<None Include="PlatformResources\windows\git.zip" />
275270
<EmbeddedResource Include="PlatformResources\mac\gitconfig" />
276271
<EmbeddedResource Include="PlatformResources\windows\gitconfig" />
277-
<None Include="PlatformResources\linux\git-lfs.zip" />
278272
<EmbeddedResource Include="PlatformResources\linux\gitconfig" />
279273
<EmbeddedResource Include="Resources\.gitattributes" />
280274
<EmbeddedResource Include="Resources\.gitignore" />
281-
<Content Include="Resources\octorun.zip">
282-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
283-
</Content>
284-
<Content Include="Resources\octorun.zip.md5">
285-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
286-
</Content>
275+
<EmbeddedResource Include="PlatformResources\linux\git-lfs.json" />
276+
<EmbeddedResource Include="PlatformResources\mac\git-lfs.json" />
277+
<EmbeddedResource Include="PlatformResources\windows\git-lfs.json" />
278+
<EmbeddedResource Include="PlatformResources\windows\git.json" />
279+
<None Include="PlatformResources\linux\git-lfs.zip" />
280+
<None Include="PlatformResources\mac\git-lfs.zip" />
281+
<None Include="PlatformResources\windows\git-lfs.zip" />
282+
<None Include="PlatformResources\windows\git.zip" />
283+
<EmbeddedResource Include="Resources\octorun.zip" />
284+
<EmbeddedResource Include="Resources\octorun.zip.md5" />
287285
</ItemGroup>
288286
<ItemGroup>
289287
<None Include="packages.config" />
@@ -292,8 +290,6 @@
292290
<LastGenOutput>Localization.Designer.cs</LastGenOutput>
293291
<SubType>Designer</SubType>
294292
</EmbeddedResource>
295-
<EmbeddedResource Include="PlatformResources\windows\git-lfs.json" />
296-
<EmbeddedResource Include="PlatformResources\windows\git.json" />
297293
</ItemGroup>
298294
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
299295
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)