Skip to content

Commit

Permalink
Supressing confirm, you'd think Force would do it, eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Feb 5, 2019
1 parent c9d9412 commit c31e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-Pipelines/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if ($Compile.IsPresent) {

Get-Content -Path .\Azure-Pipelines\BurntToast-Template.psm1 | Add-Content .\Output\BurntToast.psm1

Remove-Item -Path .\BurntToast\Private, .\BurntToast\Public -Force
Remove-Item -Path .\BurntToast\Private, .\BurntToast\Public -Force -Confirm:$false

Remove-Item -Path .\BurntToast -Recurse -Force
Rename-Item -Path .\Output -NewName 'BurntToast'
Expand Down

0 comments on commit c31e5fc

Please sign in to comment.