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

Changelog History
Page 9

  • v3.4.0 Changes

    🆕 New command requires, the alias of Test-BuildAsset (#73).

  • v3.3.11 Changes

    Rework engine variables to reduce noise on debugging (#72).

  • v3.3.10 Changes

    • ➕ Add exported aliases to .psd1, work around #71.
    • 🛠 Fix leaked variable on dot-sourcing Invoke-Build.
  • v3.3.9 Changes

    🛠 Fix incremental tasks on Mono (#69).

  • v3.3.8 Changes

    • Write messages about redefined tasks, resolve #68.
    • 🛠 Fix unexpected output on some debugging cases.
  • v3.3.7 Changes

    👌 Improve errors on tasks check failures (#67).

  • v3.3.6 Changes

    👀 Retire obsolete events defined as functions, see #66.

  • v3.3.5 Changes

    👉 Use less cryptic names for internal functions (#63).

  • v3.3.4 Changes

    Adjust property behaviour to PowerShell and MSBuild (#60):

    • get the session variable value if it is not $null or ''
    • get the environment value if it is not $null or ''
    • 0️⃣ get the specified default if it is not $null
    • throw an error
  • v3.3.3 Changes

    🏗 Resolve-MSBuild supports the BuildTools installation (#57).