File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Public/development/visual-studio Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
22@ {
33 RootModule = ' NullKit.psm1'
4- ModuleVersion = ' 1.3.0 '
4+ ModuleVersion = ' 1.3.1 '
55 GUID = ' 654a73f5-effe-42fc-8e75-ee439726bd26'
66 Author = ' Alan Plocieniak'
77 CompanyName = ' Alan Plocieniak'
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ Runs solution cleanup for all projects under "C:\repo\XA\src\"
9292 Write-Verbose " Cmdlet Clear-VisualStudioSolutionFolder - Process"
9393 Get-FoldersToRemove $StartPath | % {
9494 if ($Confirm ) {
95- Remove-Item - Path $_.FullName - Recurse - Confirm
95+ Remove-Item - Path $_.FullName - Recurse - Confirm - Force
9696 }
9797 else {
98- Remove-Item - Path $_.FullName - Recurse
98+ Remove-Item - Path $_.FullName - Recurse - Force
9999 }
100100 }
101101 }
You can’t perform that action at this time.
0 commit comments