diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e8b6a3..87b6d22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `Id` parameter alias to Workspace functions that take `WorkspaceId` to support compatibility with API field names and issue #158. - Removed all legacy FAB and PowerBI aliases from functions to clean up the module and remove references to old PowerBI-focused codebase (issue #47). +- The module is compatible with PS 5.1 (issue #166) ### Deprecated diff --git a/build.yaml b/build.yaml index 614c6db6..b33821d7 100644 --- a/build.yaml +++ b/build.yaml @@ -44,6 +44,9 @@ NestedModule: BuildWorkflow: '.': # "." is the default Invoke-Build workflow. It is called when no -Tasks is specified to the build.ps1 - build + + build_and_test: + - build - test build: