'how to set "Re-deploy already installed packages" as default in Octopus

How do i change a default settings for Re-deploy already installed packages? enter image description here

I want this to always be selected when deploying.

i have tried using

OctopusForcePackageRedeployment = true

and

Octopus.Deployment.ForcePackageDownload = true

they don't work.



Solution 1:[1]

As per your comments, you're setting this per-release. To change the default for the project the releases are created in, go to Settings on the project itself

enter image description here

If you change the default on the Project, any Release created within the Project will inherit that setting.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 spikey_richie