Skip to content

Releases: codaamok/codaamok.build

v3.1.1

01 Mar 22:19
Compare
Choose a tag to compare

Added

  • Added testResults.xml to .gitignore

v3.1.0

27 Feb 13:11
Compare
Choose a tag to compare

Added

  • Update-BuildFiles will not update pipeline.yml if the first line of the file differs with the target file. This helps prevent accidental clobbering when a project might use a customised workflow.

v3.0.2

27 Feb 07:48
Compare
Choose a tag to compare

Fixed

  • Workflow step Build failed on scheduled-only runs due to empty changelog

v3.0.1

26 Feb 20:12
Compare
Choose a tag to compare

Added

  • Update-BuildFiles deletes build.yml if it exists (due to its rename to pipeline.yml)

Changed

  • Workflow pipeline.yml now has conditional steps applied to steps related to deployment, whereas steps related to build and testing do not. This allows to run daily builds and (optional) integration testing, and only execute deployment related tasks if workflow was invoked via push or workflow_dispatch.
  • Workflow pipeline.yml now runs on a schedule: 11 7 * * *
  • Renamed workflow name and file from build.yml to pipeline.yml

v2.1.0

26 Feb 16:17
Compare
Choose a tag to compare

Added

  • New conditional step in build workflow if tests/invoke.tests.ps1 exists

v2.0.18

12 Feb 22:18
Compare
Choose a tag to compare

Fixed

  • Update-BuildFiles did not copy gitignore with the leading period... again... ffs

v2.0.16

12 Feb 22:14
Compare
Choose a tag to compare

None

v2.0.13

12 Feb 22:06
Compare
Choose a tag to compare

Fixed

  • Update-BuildFiles did not copy gitignore with the leading period

v2.0.11

12 Feb 21:52
Compare
Choose a tag to compare

Added

  • Updated .gitignore to include .DS_Store

Fixed

  • Module manifests can not have files in FileList (leading?) with periods, so changed .gitignore to gitignore and updated Update-BuildFiles to insert the period when copying
  • Now Update-BuildFiles and invoke.build.ps1 include hidden files for the FileList property

v2.0.9

12 Feb 11:08
Compare
Choose a tag to compare

Fixed

  • Fixed typo in CONTRIBUTING.md