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.