You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some of my scripts I was using dotnet rimraf ./src/**/bin ./src/**/obj and they ran, but nothing was being deleted. After switching to dotnet rimraf src/**/bin src/**/obj they worked as expected. I assumed prefixing with ./ would work, and swore it did before publishing this, but it's not for some reason.
The text was updated successfully, but these errors were encountered:
In some of my scripts I was using
dotnet rimraf ./src/**/bin ./src/**/obj
and they ran, but nothing was being deleted. After switching todotnet rimraf src/**/bin src/**/obj
they worked as expected. I assumed prefixing with./
would work, and swore it did before publishing this, but it's not for some reason.The text was updated successfully, but these errors were encountered: