This is a breaking change introduced with PSGSuite 3.0.0. Please see the CHANGELOG for more information.
Check out PSGSuite.io for PSGSuite documentation, including initial setup help as well as function help!
Interested in helping out with PSGSuite development? Please check out our Contribution Guidelines!
Building the module locally to test changes is as easy as running the build.ps1
file in the root of the repo. This will compile the module with your changes and import the newly compiled module at the end by default.
Want to run the Pester tests locally? Pass Test
as the value to the Task
script parameter like so:
.\build.ps1 -Task Test
Please adhere to our Code of Conduct when interacting with this repo.
- Increased minimum PowerShell version to 7.4
- Necessary due to deprecation of support for .NET Framework 4.5 within the
Google.Apis.*
.NET assemblies used throughout PSGSuite - Aligns minimum version of PowerShell with the current LTS release of PowerShell
- Necessary due to deprecation of support for .NET Framework 4.5 within the
- Restored release capabilities within the backing repository after adding additional owner (@jgeron-suhsd)
- Migrates the CI/CD pipeline from Azure Pipelines to GitHub Actions.
- We are currently adding additional maintainers to the project to restore overall project health and return to a regular release cadence, ultimately working through the backlog of issues, fixes and enhancements.