diff --git a/build.ps1 b/build.ps1 index 3728fb9c..f9215111 100644 --- a/build.ps1 +++ b/build.ps1 @@ -22,7 +22,7 @@ param ( $PublishSingleFile = $True ) -Remove-Item -Recurse -Force $OutputPath +Remove-Item -Recurse -Force $OutputPath -Confirm:$false -ErrorAction Ignore .\scripts\download.ps1 $OutputPath