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

Fix temp file filtering in FileTracker #8353

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

Forgind
Copy link
Member

@Forgind Forgind commented Jan 25, 2023

(Copied from #8351)

Fixes AB#1678521

Context
#8049 broke the temp filtering logic by using the MSBuild-specific temp path instead of the true base temp path. This manifests as an overbuild of some C++ projects.

Changes Made
Reverted the change. Enabled relevant unit tests.

Testing
Existing unit tests and a C++ end-to-end repro.

Notes
The rest of FileTracker tests cannot be enabled without significant work (related to #649).

@Forgind Forgind changed the base branch from main to vs17.5 January 26, 2023 20:57
@Forgind Forgind merged commit 458786c into dotnet:vs17.5 Jan 26, 2023
@Forgind Forgind deleted the dial-back-temp-change17.5 branch January 26, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants