angular-cn/.buildkite/fix-msys64.cmd
Filipe Silva 7bdf3fe41c revert: "ci: use image based cache for windows BuildKite (#27990)" (#28160)
This reverts commit eb1aae4043677d174a7c964ef018cc34548d90b9.

PR Close #28160
2019-01-18 10:21:38 -08:00

7 lines
247 B
Batchfile

@echo off
REM Fix for https://github.com/docker/for-win/issues/2920
REM echo "Fixing msys64 folder..."
REM Touch all .dll files inside C:\msys64\
forfiles /p C:\msys64\ /s /m *.dll /c "cmd /c Copy /B @path+,, >NUL"
REM echo "Fixed msys64 folder."