Changelog History
Page 4
-
v5.6.3 Changes
๐ Fixed potential issues with tasks and parameters named
Count
,Keys
,Values
, #173.๐ Created Invoke-Build.template
-
v5.6.2 Changes
๐ Fail on adding tasks after loading build scripts, #171.
-
v5.6.1 Changes
โ Add
InvocationInfo
toWrite-Warning
records and use in post build text.๐ New-VSCodeTask.ps1 1.3.1 - suppress echo and reuse messages in terminal.
-
v5.6.0 Changes
๐ Changed the default script resolution rule, see #166.
This change is potentially breaking but the chances are low.
-
v5.5.11 Changes
๐ Support PowerShell doc comment format for task synopsis #165
-
v5.5.10 Changes
๐
Invoke-Build **
includes hidden test files. -
v5.5.9 Changes
โ Add
ib.sh
to the package, #162. -
v5.5.8 Changes
โ Add the workaround notes to
exec
help. -
v5.5.7 Changes
โ Add version to Invoke-Build.ps1 header comment.
๐ New-VSCodeTask.ps1
- ๐ merges custom .vscode/tasks-merge.json with generated
- ๐ new parameter
Merge
specifies the custom merge path - ๐ new parameter
Shell
specifies the custom shell path - ๐ new parameter
WhereTask
filters build tasks
-
v5.5.6 Changes
๐ท
Show-TaskHelp.ps1
- processInputs
andOutputs
as well asIf
andJobs
.