You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/23 06:57:20 UTC

[GitHub] [incubator-shenyu-client-dotnet] hgaol commented on issue #19: [Task] Remove bin and obj directory when running `dotnet clean`

hgaol commented on issue #19:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/issues/19#issuecomment-1164026261

   Using below commands instead.
   ```shell
   find . -iname "bin" -o -iname "obj" | xargs rm -rf
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org