Hi ,
I need help with some powershell execution on steps. Right now i have a feature activation ps1(activatefeature.ps1) script wich has reference to 2 files in the script.
- sitefactory.xml
- utilities.ps1
these files are normally stored in same directory as activatefeature.ps1. ive now moved activatefeature.ps1 to octopus and executing it. However, i need to make physical reference to those 2 files in order for it to run successfully.
How can i move those 2 files to octopus and make it work ? using Variables ? script modules ?
Ive attached the scripts for you referece.
Thank you.
uat_SiteFactory.xml (108 KB)
ActivateFeatures.txt (25 KB)
Utilities.txt (2 KB)