Deploy step that runs even on failiure
It would be great if you could implement a step condition that will always run, even if the main package fails. This can be useful to make sure the PC is returned to a normal state after a failed deployment.
Typical example of where this causes issues is deploying windows update packages. Step 1 stops windows update service Step 2 Applies windows update (fails) Step 3 restart windows update service (never runs)
Here we would really want step 3 to always run. Step 2 could be set to continue on error, but that would give a success status on the package as a whole which wouldn't be ideal either.
Comments
You can.
Select your step, click on options tab and change the setting for "Error Mode" drop down menu to Continue.