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

Test | Adding option to clean tests output folder for manual and functional tests #2459

Conversation

JRahnama
Copy link
Member

When debugging, we often find that we don't need to rebuild the entire solution when making changes solely to tests. This presents opportunities to tidy up the tests output directory.

…tional tests

When debugging, we often find that we don't need to rebuild the entire solution when making changes solely to tests. This presents opportunities to tidy up the tests output directory.
@JRahnama JRahnama added the ✔️ Tests Identifier for test related changes label Apr 11, 2024
@JRahnama JRahnama added this to the 6.0-preview1 milestone Apr 11, 2024
@@ -199,6 +199,11 @@
<RemoveDir Directories='$([System.IO.Directory]::GetDirectories(".",".nuget", SearchOption.AllDirectories))' />
</Target>

<Target Name="CleanTests">
Copy link
Member

Choose a reason for hiding this comment

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

I would clean up all the projects under the test folder from the build directory.

@JRahnama JRahnama closed this May 6, 2024
@JRahnama JRahnama deleted the test/Add-option-to-clean-tests-output-directory-only branch May 6, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ Tests Identifier for test related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants