Skip to content

Commit d641dff

Browse files
committed
Change clean.ps1 (and clean.cmd) to restore deleted files after cleaning
- dotnet#6845
1 parent 4e04b81 commit d641dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clean.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ if ($Help) {
3838
exit 0
3939
}
4040

41-
git clean -dix -e .dotnet/ -e .tools/ -e src/SignalR/clients/ts/FunctionalTests/node_modules/ @GitArguments
41+
git clean -dix -e .dotnet/ -e .tools/ @GitArguments
42+
git checkout -- $(git ls-files -d)

0 commit comments

Comments
 (0)