Changelog History
Page 2
-
v5.9.4 Changes
๐ Tweak getting variable expressions.
-
v5.9.3 Changes
Amend
exec -echooutput, usecd ....โ Add [Release.build.ps1](Tasks/Release.build.ps1).
-
v5.9.2 Changes
Amend
exec -echofor ANSI rendering, #192 -
v5.9.1 Changes
๐ With PowerShell 7.2+ and
$PSStyle.OutputRenderingANSI,Write-Builduses ๐ ANSI escape sequences. As far asWrite-Buildis 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
AutoofBuild-Checkpoint.๐ New build script helper
Confirm-Build- See Tasks/Confirm for
Confirm-Builddemo and notes - Tasks/Confirm replaces its predecessor Tasks/Ask
๐ The build variable
$Taskpreviously defined for tasks is also defined in the ๐ script scope. It has the only propertyNameset 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
ShowParametertoBuild-Parallel, #189. -
v5.8.6 Changes
๐ Fix
Resolve-MSBuild.ps1BuildTools 2022, #188. -
v5.8.5 Changes
๐ Support MSBuild 17.0 (VS 2022).
-
v5.8.4 Changes
๐ท Make the variable
$Jobread only, #185.