sponte / Powershell.Deployment

Powershell scripts that automated component deployment. Supports windows services (srvany.exe, NServiceBus, TopShelf) and websites.
MIT License
15 stars 8 forks source link

Powershell expressions in templates #12

Closed taliesins closed 9 years ago

taliesins commented 9 years ago

Treat all {{$..}} as Powershell expressions in the templates. So they will be evaluated.

Then merge in all tokens that match {{[^$].....}}

sponte commented 9 years ago

:+1: