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

The "certificates" folder is moved to the "ToBeRemoved" folder #1

Open
ftempra opened this issue Jan 29, 2021 · 0 comments
Open

The "certificates" folder is moved to the "ToBeRemoved" folder #1

ftempra opened this issue Jan 29, 2021 · 0 comments

Comments

@ftempra
Copy link

ftempra commented Jan 29, 2021

For a bug in "CleanVS.cs" the "certificates" folder is moved incorrectly

I changed line 25 to the following and now it works fine for me

//if (packageFolderName == unneededPackagesfolderName && packageFolderName == "certificates") continue;
if (packageFolderName == unneededPackagesfolderName || packageFolderName == "certificates") continue;

Regards
Francesco

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

No branches or pull requests

1 participant