Reputation: 179
How do i change a default settings for Re-deploy already installed packages?
I want this to always be selected when deploying.
i have tried using
OctopusForcePackageRedeployment = true
and
Octopus.Deployment.ForcePackageDownload = true
they don't work.
Upvotes: 1
Views: 634
Reputation: 506
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
If you change the default on the Project, any Release created within the Project will inherit that setting.
Upvotes: 2