japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Fix PowerShell variable delimiter #95

Closed commonquail closed 6 years ago

commonquail commented 6 years ago

PowerShell's rules for substitution are complex but $() is for execution and apparently that's not what happens in before_deploy.ps1. It looks like $($foo.Bar) to access $foo's Bar property would have needed $(), though.

commonquail commented 6 years ago

I thought I traced a build error to this but I can't reproduce it now. I seem to have been mistaken.