You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you are able to reproduce it on the latest released version (we release often)
Verified this bug is not already reported in an issue
Verified errors are not related to permissions
Can reproduce in a clean PowerShell session (clean = powershell -NoProfile)
Describe the bug
When creating a clone on a build agent, the next attempt to create a new clone with a unique name returned with:
WARNING: [13:08:30][New-DcnClone] Could not create clone | The process cannot access the file 'C:\Users...\Documents\diskpart.txt' because it is being used by another process.
Cleaning up this file after use should prevent this from happening hopefully, or at least provide more context about the file being locked when it happens versus the next time we try to create a clone.
The text was updated successfully, but these errors were encountered:
Before submitting the bug
powershell -NoProfile
)Describe the bug
When creating a clone on a build agent, the next attempt to create a new clone with a unique name returned with:
Cleaning up this file after use should prevent this from happening hopefully, or at least provide more context about the file being locked when it happens versus the next time we try to create a clone.
The text was updated successfully, but these errors were encountered: