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

Don't delete resource folder while clean/rebuild #424

Merged
merged 3 commits into from
May 23, 2018

Conversation

jayaranigarg
Copy link
Member

@jayaranigarg jayaranigarg commented May 21, 2018

We had 2 ways to fix this : clean conditionally or not clean at all. We are choosing to not clean at all because in large project systems rebuilding happens parallelly and one project trying to access it while other trying to clean it might create troubles.

Doing a clean/rebuild on loc machines, deletes and re-creates "en" (culture specific folder) and hence there will be no such scenario where this "en" folder will be empty which we need to cleanup. Additionally, creating/deleting the "en" folder should be a build/clean/rebuild functionality and should not be tied to MSTestv2 in any way.

#197

Copy link
Contributor

@smadala smadala left a comment

Choose a reason for hiding this comment

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

Test this on loc machine.

Copy link
Contributor

@smadala smadala left a comment

Choose a reason for hiding this comment

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

Add all your findings for why the remove this target won't impact other scenarios to PR description.

@smadala
Copy link
Contributor

smadala commented May 23, 2018

Update the title too.

@jayaranigarg jayaranigarg changed the title Conditionally delete resource folder Don't delete resource folder while clean/rebuild May 23, 2018
@jayaranigarg jayaranigarg merged commit 2679fe7 into microsoft:master May 23, 2018
@jayaranigarg jayaranigarg deleted the cleanupbugfix branch May 23, 2018 14:09
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