Tag: powershell
-

Third day of Christmas… Powershell Scripts!
On the third day of Christmas, my true blog gave to me: Three powershell scripts, Two Keystone merge tips, …and a placeholder rule in the content tree. Let’s unwrap those scripts!
-
TeamCity PowerShell scripts run with “- File” always return exit code zero
Are you finding that your TeamCity Powershell scripts are always returning exit code zero (a success) no matter what happens? Even when an exception is thrown and you can see the error message in your build log? I ran into this problem recently while moving some of my Powershell scripts…