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.