Skip to content

Conversation

JaynieBai
Copy link
Member

Fixes #9465

Context

Unable to write manifest ‘obj\Debug\bc.exe.manifest’. The process cannot access the file ‘C:\Source\bc\bc\obj\Debug\bc.exe.manifest’ because it is being used by another process.

With limited error message, can't tell which process exactly hold the lock for the file.

Changes Made

use original the Copy task's "name the process that holds the lock" approach for the task GenerateManifestBase

Testing

Notes

@AR-May
Copy link
Member

AR-May commented Dec 6, 2023

Please retarget this PR to vs17.9 branch, since this isn't a new feature.

@JaynieBai JaynieBai changed the base branch from main to vs17.9 December 11, 2023 03:03
@JaynieBai
Copy link
Member Author

Please retarget this PR to vs17.9 branch, since this isn't a new feature.

done

Copy link
Contributor

@Forgind Forgind left a comment

Choose a reason for hiding this comment

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

Looks good; thanks!

@JanKrivanek JanKrivanek changed the base branch from vs17.9 to main January 3, 2024 14:05
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.

File in use by another application during build

4 participants