I am trying to replace a value in a group of CSHTML files, using the Find and Replace script.
Files:
#{Octopus.Action[Get Package].Output.Package.InstallationDirectoryPath}\Views\Shared_Layout*.cshtml
If I look in the logs, this is finding all of the files I want to update.
Pattern:
Substitution:
Options:
None
When I look in the logs, the Substitution value is correctly populated, but no entries are being found.
I am already using a similar script elsewhere, but with different values. This works OK and shows the number of entries found.