Run new Power Shell file from Octopus

Hi,
I’m trying to install a build using Octopus. Through service.xml , I’m calling a Power Shell script say script-old.ps1.
There was some an error in deploying it(related to RoboCopy).
Now, I modified service.xml to call another Power Shell file say script-new.ps1.
But, the problem is after restarting Octopus it still calls script-old.ps1. I guess it caches somewhere in memory. I’ve tried re install and restart and to my surprise it still calls old script.

How do I call the new script?
Thanks.

Hi Rahul,