Skip to content

Commit f8fedcd

Browse files
Update docs/msbuild/errors/msb3061.md
Co-authored-by: Ben Villalobos <[email protected]>
1 parent 2bef736 commit f8fedcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb3061.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The full message is something like:
2828
MSB3061: Unable to delete file 'filename'.
2929
```
3030

31-
Check that the file exists and is at the expected location, MSBuild has write permissions to the file and folder, and that is not a read-only file.
31+
Check that the file exists and is at the expected location, MSBuild has write permissions to the file and folder, the file is not being locked by another process, and that is not a read-only file.

0 commit comments

Comments
 (0)