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

Copy Reference DLLs from NuGet Automatically #885

Merged

Conversation

AristurtleDev
Copy link
Collaborator

Description

This PR updates the MonoGame.Extended.Content.Pipeline NuGet to now include a .targets file. The target is set to run before the RunContentBuilder task from MonoGame and also before the generic BeforeBuild task as a fallback. The task will copy the dlls that users need to reference from the NuGet package installation directory to the /Content/refrences directory in the project root.

This is implemented as a QoL update to make it easier to add the dll references needed without having to (1) create a nuget.config or (2) go hunting the dll down in global nuget cache directory.

@AristurtleDev AristurtleDev added this to the v4.0.0 milestone Jun 3, 2024
@AristurtleDev AristurtleDev self-assigned this Jun 3, 2024
@AristurtleDev AristurtleDev merged commit 792aa89 into craftworkgames:develop Jun 3, 2024
1 check passed
@AristurtleDev AristurtleDev deleted the better-mgcb-experience branch June 3, 2024 04:27
AristurtleDev added a commit that referenced this pull request Jun 3, 2024
Added information about #885
@AristurtleDev AristurtleDev mentioned this pull request Jun 3, 2024
AristurtleDev added a commit that referenced this pull request Jun 3, 2024
Added information about #885
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant