v0.8.0
github-actions
released this
11 May 15:16
·
212 commits
to refs/heads/master
since this release
Changes
- Test (entrypoint): Move initialization of variables to try-catch block for improved error handling @joeltimothyoh (#52)
- Test (entrypoint): Improve test entrypoint script @joeltimothyoh (#48)
- Test (entrypoint): Add parameter and variable validation attributes @joeltimothyoh (#53)
- Test (ci): Use PowerShell images with
git
in container jobs @joeltimothyoh (#50) - Test (ci): Standardize container job names @joeltimothyoh (#44)
- Test (ci): Fix to correctly display full verbose output @joeltimothyoh (#49)
- Test (ci): Add tests on additional PS versions @joeltimothyoh (#43)
🐛 Bug Fixes
- Fix (ci): Fix
test-powershell-core-windows-2022
job to use PS Core @joeltimothyoh (#47)
🖊️ Refactors
- Refactor: Refactor scripts into powershell module @leojonathanoh (#46)
📝 Documentation
- Docs (samples): Update azure-pipelines templates @joeltimothyoh (#45)
- Docs (samples): Update
test.ps1
entrypoint script @joeltimothyoh (#51) - Docs (readme): Tweak documentation on predefining project base directory @joeltimothyoh (#42)