Changelog History
Page 2
-
v5.9.4 Changes
👉 Tweak getting variable expressions.
-
v5.9.3 Changes
Amend
exec -echo
output, usecd ...
.➕ 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 asWrite-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
ofBuild-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 propertyName
set to$BuildFile
, the build script path. Scripts should not set this variable or change its content. - See Tasks/Confirm for
-
v5.8.8 Changes
↪ Work around potential strict mode issues, #190.
-
v5.8.7 Changes
➕ Add parameter
ShowParameter
toBuild-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.