Catesta is a PowerShell module and vault project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
Bug fix - After build the Imports.ps1 file was being left in the artifacts folder. It will now be removed after build is completed.
Bug fix - when AWS CI/CD was chosen and an S3 bucket was provided for module install the modules were not correctly downloading to the build container. Fixed temp path issue and bucket name quotes added.
Bug fix - Build file when running in 5.1 was not honoring the "*.ps1" filter and would pick up files like ps1xml. Changed to a regex so that both 5.1 and higher versions work. This was causing ps1xml files to merged into the psm1 during build.
Bug fix - Fixed Module name not being replaced in SampleInfraTest.Tests.ps1
License
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Pull Request
Issue
Fixes #11 Fixes #12 Fixes #13 Fixes #14
Description
Description of changes:
License
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.