Psake v4.9.0 Release Notes

Release Date: 2019-09-21 // over 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix hashtable references so strict mode works when set in the psakeFile.
    • #283 Fix path issue for msbuild is VS 2019. (via @jaymclain)
    • #287 In Exec function, always rerun command in specified location (via @tiksn and @UberDoodles)

    โž• Added

    • #281 Support for .Net 4.8 in Framework function (via @granit1986)
    • #285 Add BuildSetup and BuildTearDown functions that are executed at the beginning of the build (before the first task), and at the end of the build (after either all tasks have completed, or a task has failed). (via @UberDoodles)

Previous changes from v4.8.0

  • ๐Ÿ”‹ Features

    • โž• Add support for loading in tasks contained in PowerShell modules

    ๐Ÿ‘Œ Improvements

    • #267 Add wrapper script for Linux and macOS. (via @dermeister0)

    • #268 Allow more granularity when specifying versions of modules to load when referencing shared tasks (via @RandomNoun7)

    • #274 Add support for Visual Studio 2019 and MSBuild 16.0. (via @petedavis)

    • #276 Pass task detail including error information into TaskSetup and TaskTearDown. (via @davidalpert)

    ๐Ÿ›  Fixed

    • #272 Improve parameter initialization error handling to include the parameter name which caused failure (via @GreatTeacherBasshead)