Skip to content

Commit 38fe7dd

Browse files
authored
Suggest git clean in Build Errors (#55964)
1 parent daf411c commit 38fe7dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/BuildErrors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This document is for common build errors and how to resolve them.
44

5+
NB: Some problems might be due to older build assets that conflict with newer commits. It's recommended to run `git clean -xddff` between checkouts. If this command fails due to locked files you can try to stop any existing `dotnet` or `.NET Host` process and retry.
6+
57
## Warning BUILD001
68

79
> warning BUILD001: Reference to '…' was removed since the last stable release of this package. …

0 commit comments

Comments
 (0)