Skip to content

Commit

Permalink
Code cleanup and fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
David McCarter committed Oct 12, 2023
1 parent 7219bb1 commit c5a8179
Show file tree
Hide file tree
Showing 34 changed files with 138 additions and 1,888 deletions.
3 changes: 2 additions & 1 deletion CleanBuildPackageFolders.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Get-ChildItem .\ -include bin,obj,packages,appbin,outputbin -Recurse | foreach ($_) { remove-item $_.fullname -Force -Recurse -Verbose }
Get-ChildItem .\ -include bin,obj,packages,appbin,outputbin -Recurse | foreach ($_) { remove-item $_.fullname -Force -Recurse -Verbose }
dotnet nuget locals all -c
Loading

0 comments on commit c5a8179

Please sign in to comment.