Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate an all-in-one nuget package. #481

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

Akarinnnnn
Copy link
Contributor

Added a nuspec for all-in-one package and instructions to pack such package.
But alternatively, dotnet pack is broken.

and instructions to pack such package
@Akarinnnnn
Copy link
Contributor Author

It's normal to see a lot of stuff in the bin/rutimes folder if you referenced this package. Publishing your app to a specific platform, such as win-x64 will pick one suitable dll to the output folder.

```bat
nuget pack Steamworks.NET.nuspec -OutputDirectory bin\
```
to your terminal.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we could have a build.bat and build.sh which runs these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

</Target>
<ItemGroup>
<Compile Include="../com.rlabrecque.steamworks.net/Runtime/**/*.cs" />
</ItemGroup>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants