Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wellknown): enhance Install-Module command with additional params (…
…#279) # 📥 Pull Request ## ❓ What are you trying to address This pull request includes a small change to the `tools/scripts/Set-WellKnown.ps1` file. The change modifies the `Install-Module` command within the `Install-ModuleIfNotInstalled` function to include additional parameters for skipping publisher checks, accepting licenses, and disabling confirmation prompts. * [`tools/scripts/Set-WellKnown.ps1`](diffhunk://#diff-cd040f9d9e24e510ff0d29df8f78489fbd234634352aa2fbbf2b99a9a52fcc4cL45-R45): Modified the `Install-Module` command to include `-Confirm:$false`, `-SkipPublisherCheck`, and `-AcceptLicense` parameters.
- Loading branch information