Scope variable to Package/Step
We have a project existing out of 60 packages.
In every package the in a appsetting in the config file.
We now need to have in 1 specific package another value for the appsetting.
Now we need to create a new appsetting in the config file and do some coding to read another appsetting for that 1 specific package.
If it would be possible to scope a variable to a spefic step/package would be nice.
0
votes

-
Geert, Project variables can already be scoped to steps.
https://octopus.com/docs/deployment-process/variables/scoping-variables#Scopingvariables-Scopespecificity
Is this something not working for you?