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

Add post build target to remove Microsoft.Build assemblies. #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nojaf
Copy link
Contributor

@nojaf nojaf commented Aug 29, 2023

WHAT

🤖 Generated by Copilot at 06e0b76

Add a custom target to Ionide.ProjInfo.Tool.fsproj to delete conflicting MSBuild DLLs after build. This fixes a runtime error caused by paket restore and updates the tool to use the latest MSBuild API.

🤖 Generated by Copilot at 06e0b76

paket copies old
MSBuild DLLs, tool breaks
delete them in spring

🔧🔥🔄

WHY

HOW

🤖 Generated by Copilot at 06e0b76

  • Add a custom target to delete unwanted MSBuild DLLs from the output directory after the build (link)

This fixes #195.
Please let me know if there are any changes you wish to see.

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.

ProjInfo 0.62.0's tool cannot load 8.x projects
1 participant