Merge pull request #520 from PhyxionNL/master

Fix NuGet package generation
This commit is contained in:
Garry Newman 2021-09-24 13:52:47 +01:00 committed by GitHub
commit 454c686368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 14 deletions

View File

@ -22,13 +22,19 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Facepunch/Facepunch.Steamworks.git</RepositoryUrl> <RepositoryUrl>https://github.com/Facepunch/Facepunch.Steamworks.git</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Update="steam_api.dll" PackagePath="\content\" Pack="true" PackageCopyToOutput="true"> <None Include="Facepunch.Steamworks.jpg">
<Pack>true</Pack>
<PackagePath>/</PackagePath>
</None>
<None Include="steam_api.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> <Pack>true</Pack>
<None Include="Facepunch.Steamworks.jpg" Pack="true" PackagePath="\" /> <PackagePath>content</PackagePath>
</None>
</ItemGroup> </ItemGroup>
<Import Project="Facepunch.Steamworks.targets" /> <Import Project="Facepunch.Steamworks.targets" />

View File

@ -22,18 +22,18 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Facepunch/Facepunch.Steamworks.git</RepositoryUrl> <RepositoryUrl>https://github.com/Facepunch/Facepunch.Steamworks.git</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="steam_api64.dll" PackagePath="\content\" Pack="true" PackageCopyToOutput="true"> <None Include="Facepunch.Steamworks.jpg">
<CopyToOutputDirectory></CopyToOutputDirectory> <Pack>true</Pack>
</Content> <PackagePath>/</PackagePath>
<None Include="Facepunch.Steamworks.jpg" Pack="true" PackagePath="\" /> </None>
</ItemGroup> <None Include="steam_api64.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<ItemGroup> <Pack>true</Pack>
<None Update="steam_api.dll"> <PackagePath>content</PackagePath>
<CopyToOutputDirectory></CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>