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

Tolerate NuGet package modified by removing PDBs #492

Merged
merged 1 commit into from
Mar 23, 2018

Conversation

jnm2
Copy link
Contributor

@jnm2 jnm2 commented Mar 23, 2018

Fixes #490

Tested by creating a project with a package reference to NUnit3TestAdapter 3.10, deleting the PDB from %userprofile%\.nuget\packages\nunit3testadapter\3.10.0\build\net35\NUnit3.TestAdapter.pdb, verifying that the build failed, and making the same change in this PR to
%userprofile%\.nuget\packages\nunit3testadapter\3.10.0\build\net35\NUnit3TestAdapter.props and verifying that the build succeeded.

And deleting %userprofile%\.nuget\packages\nunit3testadapter\3.10.0 afterwards. 😊

Copy link
Member

@rprouse rprouse left a comment

Choose a reason for hiding this comment

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

This seems like a very niche use case on their part, but it is a harmless and easy fix so approving 😄

@rprouse rprouse merged commit 61393b7 into master Mar 23, 2018
@rprouse rprouse deleted the jnm2/tolerate_missing_pdb branch March 23, 2018 20:19
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.

2 participants