Skip to content

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.

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