All Versions
102
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v5.9.4 Changes

    ๐Ÿ‘‰ Tweak getting variable expressions.

  • v5.9.3 Changes

    Amend exec -echo output, use cd ....

    โž• Add [Release.build.ps1](Tasks/Release.build.ps1).

  • v5.9.2 Changes

    Amend exec -echo for ANSI rendering, #192

  • v5.9.1 Changes

    ๐Ÿ’… With PowerShell 7.2+ and $PSStyle.OutputRendering ANSI, Write-Build uses ๐Ÿ— ANSI escape sequences. As far as Write-Build is used by the engine itself, ๐Ÿ— build/task headers/footers and build messages are rendered accordingly, for example, colored in GitHub workflow terminals.

  • v5.9.0 Changes

    ๐Ÿ†• New switch Auto of Build-Checkpoint.

    ๐Ÿ†• New build script helper Confirm-Build

    • See Tasks/Confirm for Confirm-Build demo and notes
    • Tasks/Confirm replaces its predecessor Tasks/Ask

    ๐Ÿ— The build variable $Task previously defined for tasks is also defined in the ๐Ÿ— script scope. It has the only property Name set to $BuildFile, the build script path. Scripts should not set this variable or change its content.

  • v5.8.8 Changes

    โ†ช Work around potential strict mode issues, #190.

  • v5.8.7 Changes

    โž• Add parameter ShowParameter to Build-Parallel, #189.

  • v5.8.6 Changes

    ๐Ÿ›  Fix Resolve-MSBuild.ps1 BuildTools 2022, #188.

  • v5.8.5 Changes

    ๐Ÿ‘Œ Support MSBuild 17.0 (VS 2022).

  • v5.8.4 Changes

    ๐Ÿ‘ท Make the variable $Job read only, #185.