Skip to content
代码片段 群组 项目
提交 d641dffd 编辑于 作者: Doug Bunting's avatar Doug Bunting
浏览文件

Change `clean.ps1` (and `clean.cmd`) to restore deleted files after cleaning

- #6845
上级 4e04b814
No related branches found
No related tags found
无相关合并请求
......@@ -38,4 +38,5 @@ if ($Help) {
exit 0
}
git clean -dix -e .dotnet/ -e .tools/ -e src/SignalR/clients/ts/FunctionalTests/node_modules/ @GitArguments
git clean -dix -e .dotnet/ -e .tools/ @GitArguments
git checkout -- $(git ls-files -d)
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册