colindembovsky / cols-agent-tasks

Colin's ALM Corner Custom Build Tasks
MIT License
83 stars 67 forks source link

The comparison is always reversed #128

Closed JRobinsIken closed 5 years ago

JRobinsIken commented 5 years ago

The check inside dacpacreport.ps1 for $reverse on line 238 always evaluates to true.

see https://github.com/colindembovsky/cols-agent-tasks/pull/127 for fix

colindembovsky commented 5 years ago

@JRobinsIken I spoke too early on your PR - I think the Get-Parameter method is making the boolean value a string, which is why the -eq $true is necessary. Anyway, it's fixed in aa8e88c5d4c8d0b9ba64a065afade21b657403c1. Thanks for the update!