Psake v4.7.4 Release Notes

Release Date: 2018-09-08 // over 5 years ago
  • [4.7.4] 2018-09-07

    ๐Ÿ›  Fixed

    #260 Change the build time report to show individual task durations instead of cumulative (via @sideproject)

    #261 Use $global:lastexitcode instead of $lastexitcode in Exec (via @gpetrou)

    ๐Ÿ‘Œ Improvements

    • #259 Add $psake.error_message property which contains the error message that cause the build to fail (via @sideproject)