File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -------------
2
+ # Clean project
3
+ # -------------
4
+
5
+ dotnet clean
6
+ Remove-Item " Fossology.Rest.Dotnet\bin" - Recurse - ErrorAction SilentlyContinue
7
+ Remove-Item " Fossology.Rest.Dotnet\obj" - Recurse - ErrorAction SilentlyContinue
8
+
9
+ Remove-Item " Fossology.Rest.Dotnet.Model\bin" - Recurse - ErrorAction SilentlyContinue
10
+ Remove-Item " Fossology.Rest.Dotnet.Model\obj" - Recurse - ErrorAction SilentlyContinue
11
+
12
+ Remove-Item " Fossology.Rest.Dotnet.Test\bin" - Recurse - ErrorAction SilentlyContinue
13
+ Remove-Item " Fossology.Rest.Dotnet.Test\obj" - Recurse - ErrorAction SilentlyContinue
14
+
15
+ Remove-Item " FossyApiDemo\bin" - Recurse - ErrorAction SilentlyContinue
16
+ Remove-Item " FossyApiDemo\obj" - Recurse - ErrorAction SilentlyContinue
You can’t perform that action at this time.
0 commit comments