aspnetcore/test/Microsoft.DotNet.Watcher.To.../clean-assets.cmd

6 lines
106 B
Batchfile

@ECHO OFF
:again
if not "%1" == "" (
echo "Deleting %1\TestProjects"
rmdir /s /q %1\TestProjects
)