I seem to be having an issue trying to use a variable from a variable set in a step template.
I have a variable set called “Service Settings”, and a variable in there called “ServiceUsername”.
Then I have a step template called “Instance Service” which attempts to use this variable as the username to run the service as, using TopShelf in a custom PostDeploy script.
Then the project process implements the step template, and includes the variable set. However that variable doesn’t seem to be available.
Is there a workaround for this? Or should it work?