Skip to content

Releases: psake/PowerShellBuild

v0.6.1

14 Mar 23:42
b1efdb7
Compare
Choose a tag to compare

[0.6.1] 2021-03-14

Fixed

  • Fixed bug in IB task GenerateMarkdown when dot sourcing precondition

v0.6.0

14 Mar 23:26
0b59a58
Compare
Choose a tag to compare

[0.6.0] 2021-03-14

Changed

  • #50 Invoke-Build tasks brought inline with psake equivalents (via @JustinGrote)

v0.5.0

28 Feb 05:33
d8810ac
Compare
Choose a tag to compare

[0.5.0] 2021-02-27

Added

  • New code coverage parameters for setting output path and format:
    • $PSBPreference.Test.CodeCoverage.OutputFile - Output file path for code coverage results
    • $PSBPreference.Test.CodeCoverage.OutputFileFormat - Code coverage output format

v0.3.1

09 Jun 07:05
Compare
Choose a tag to compare

[0.3.1] - 2019-06-09

Fixed

  • Don't create module page MD file.