microsoft / containers-toolkit

Containers-Toolkit is a Windows PowerShell module for downloading, installing, and setting up default configs for Containerd, BuildKit, Windows CNI plugin, and nerdctl.
MIT License
16 stars 9 forks source link

Add Pester tests and pipeline YAML files #1

Closed TinaMor closed 9 months ago

TinaMor commented 11 months ago

What does this PR do?

- Add Pester tests for functions in the module files
- Refactor function to update env path variables
- Refactor uninstall tool functions to avoid circular dependency
- Add YAML files for ADO pipelines
- Update command documentation
- Bug fixes