提交 58523315 编写于 作者: T Tomáš Matoušek

Merge pull request #10834 from tmat/RestoreDelError

Ignore failure to delete project.lock.json
......@@ -12,6 +12,7 @@ if "%RoslynSolution%" == "" set RoslynSolution=%~dp0Roslyn.sln
echo Deleting project.lock.json files
pushd "%~dp0src"
echo "Dummy lock file to avoid error when there is no project.lock.json file" > project.lock.json
del /s /q project.lock.json
popd
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册