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:10:14 UTC

[GitHub] [incubator-shenyu-client-dotnet] hgaol opened a new issue, #19: [Task] Remove bin and obj directory when running `dotnet clean`

hgaol opened a new issue, #19:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/issues/19

   ### Description
   
   Current behaviour will not remove these directories.
   
   ### Task List
   
   _No response_


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
hgaol closed issue #19: [Task] Remove bin and obj directory when running `dotnet clean`
URL: https://github.com/apache/incubator-shenyu-client-dotnet/issues/19


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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