chocolatey/boxstarter

Boxstarter calls `Clean-Boxstarter` before reboot even though a valid `RebootCode` has been returned by Chocolatey

Opened this issue · 0 comments

What You Are Seeing?

Boxstarter removes boxstarter task before reboot even though a valid -RebootCode has been provided (and been returned by chocolatey)

What Is Expected?

if -RebootCode is specified, Boxstarter must not purge the autostart task before doing a reboot (Clean-Boxstarter in Invoke-Boxstarter finally block)

How Did You Get This To Happen? (Steps to Reproduce)

WIP / will provide minimal working example